Skip to content

Commit

Permalink
fix: android flavors config for network security and app name
Browse files Browse the repository at this point in the history
Signed-off-by: aeddi <antoine.e.b@gmail.com>
  • Loading branch information
aeddi committed Nov 3, 2020
1 parent 24c8a0f commit 32479f4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

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

<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" />
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" tools:remove="networkSecurityConfig" />
</manifest>
3 changes: 3 additions & 0 deletions js/android/app/src/debug/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<resources>
<string name="app_name">Berty Debug</string>
</resources>
3 changes: 3 additions & 0 deletions js/android/app/src/releaseStaff/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<resources>
<string name="app_name">Berty Staff</string>
</resources>
3 changes: 3 additions & 0 deletions js/android/app/src/releaseYolo/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<resources>
<string name="app_name">Berty Yolo</string>
</resources>

0 comments on commit 32479f4

Please sign in to comment.