~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
6ec9221a
—
pyrossh 2 years ago
fix(android): remove clear text permission
android/app/src/main/AndroidManifest.xml
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
<application
|
|
3
3
|
android:label="Only Bible"
|
|
4
4
|
android:name="${applicationName}"
|
|
5
|
-
android:icon="@mipmap/app_icon"
|
|
5
|
+
android:icon="@mipmap/app_icon">
|
|
6
|
-
android:usesCleartextTraffic="true">
|
|
7
6
|
<activity
|
|
8
7
|
android:name=".MainActivity"
|
|
9
8
|
android:exported="true"
|