Skip to content

Commit ecc2897

Browse files
authored
Merge pull request #68 from freszu/drop-lib-app-name
Remove app name specification from library
2 parents cb18874 + a059cff commit ecc2897

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

trustkit/src/androidTest/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<uses-permission android:name="android.permission.INTERNET"/>
55

6-
<application android:label="@string/app_name" android:networkSecurityConfig="@xml/network_security_config" android:debuggable="true">
6+
<application android:networkSecurityConfig="@xml/network_security_config" android:debuggable="true">
77
</application>
88

99
</manifest>
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
<manifest package="com.datatheorem.android.trustkit"
2-
xmlns:android="http://schemas.android.com/apk/res/android">
3-
4-
5-
<application
6-
android:label="@string/app_name">
7-
8-
</application>
9-
10-
</manifest>
1+
<manifest package="com.datatheorem.android.trustkit"/>

trustkit/src/main/res/values/strings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)