diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index df817b82..cfc9d55b 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,26 +1,56 @@ - - - - - - - - - - - + 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..4fe17d88 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -17,11 +17,6 @@ repositories { } } -dependencies { - compile 'com.android.support:support-v4:25.3.1' - compile 'com.android.support:design:25.3.1' -} - android { compileSdkVersion 25 buildToolsVersion "25.0.2" @@ -33,6 +28,7 @@ android { versionName "2.18.0" ndk { abiFilters 'armeabi-v7a' + //abiFilters 'x86' } } sourceSets { @@ -65,3 +61,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 @@ + + + + +