Skip to content

Commit

Permalink
Merge pull request #68 from freszu/drop-lib-app-name
Browse files Browse the repository at this point in the history
Remove app name specification from library
  • Loading branch information
nabla-c0d3 authored Mar 11, 2020
2 parents cb18874 + a059cff commit ecc2897
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion trustkit/src/androidTest/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

<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">
</application>

</manifest>
11 changes: 1 addition & 10 deletions trustkit/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
<manifest package="com.datatheorem.android.trustkit"
xmlns:android="http://schemas.android.com/apk/res/android">


<application
android:label="@string/app_name">

</application>

</manifest>
<manifest package="com.datatheorem.android.trustkit"/>
3 changes: 0 additions & 3 deletions trustkit/src/main/res/values/strings.xml

This file was deleted.

0 comments on commit ecc2897

Please sign in to comment.