diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index df817b82..92a252d9 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,26 +1,55 @@ - - - - - - - - - - - + package="org.purplei2p.i2pd" + android:installLocation="auto" + android:versionCode="1" + android:versionName="2.18.0"> + + + + + + + + + + + + + + + + + - - + + + + + + + - + + \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle index c270e809..8c730dc5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -19,7 +19,6 @@ repositories { dependencies { compile 'com.android.support:support-v4:25.3.1' - compile 'com.android.support:design:25.3.1' } android { @@ -33,6 +32,7 @@ android { versionName "2.18.0" ndk { abiFilters 'armeabi-v7a' + //abiFilters 'x86' } } sourceSets { @@ -65,3 +65,4 @@ android { } } + diff --git a/android/res/layout/activity_perms_explanation.xml b/android/res/layout/activity_perms_explanation.xml new file mode 100644 index 00000000..1c9cce82 --- /dev/null +++ b/android/res/layout/activity_perms_explanation.xml @@ -0,0 +1,27 @@ + + + + +