We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb18874 commit a059cffCopy full SHA for a059cff
3 files changed
trustkit/src/androidTest/AndroidManifest.xml
@@ -3,7 +3,7 @@
3
4
<uses-permission android:name="android.permission.INTERNET"/>
5
6
- <application android:label="@string/app_name" android:networkSecurityConfig="@xml/network_security_config" android:debuggable="true">
+ <application android:networkSecurityConfig="@xml/network_security_config" android:debuggable="true">
7
</application>
8
9
</manifest>
trustkit/src/main/AndroidManifest.xml
@@ -1,10 +1 @@
1
-<manifest package="com.datatheorem.android.trustkit"
2
- xmlns:android="http://schemas.android.com/apk/res/android">
-
- <application
- android:label="@string/app_name">
- </application>
10
-</manifest>
+<manifest package="com.datatheorem.android.trustkit"/>
trustkit/src/main/res/values/strings.xml
0 commit comments