diff --git a/.gitmodules b/.gitmodules index 7240f889..2d92ecd9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "src/SamsungPass"] path = src/SamsungPass - url = https://github.com/PhilippC/Xamarin-Samsung-Pass.git + url = https://github.com/gilbsgilbs/Xamarin-Samsung-Pass.git [submodule "src/netftpandroid"] path = src/netftpandroid url = https://github.com/PhilippC/netftpandroid.git diff --git a/src/SamsungPass b/src/SamsungPass index f3c6bbe2..dbfbf6d4 160000 --- a/src/SamsungPass +++ b/src/SamsungPass @@ -1 +1 @@ -Subproject commit f3c6bbe22436627376f36ba8f7efdc026bb75c60 +Subproject commit dbfbf6d48862b40529c884209c4ab9cadf0d281b diff --git a/src/build-scripts/build-java.sh b/src/build-scripts/build-java.sh index c8a701cd..66759059 100755 --- a/src/build-scripts/build-java.sh +++ b/src/build-scripts/build-java.sh @@ -1,6 +1,8 @@ #!/bin/bash set -e +unset ANDROID_NDK_HOME ANDROID_NDK + pushd ../java/ pushd JavaFileStorageTest-AS diff --git a/src/java/JavaFileStorage/app/build.gradle b/src/java/JavaFileStorage/app/build.gradle index 625c12b8..fc53c4e6 100644 --- a/src/java/JavaFileStorage/app/build.gradle +++ b/src/java/JavaFileStorage/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 26 - buildToolsVersion '26.0.2' + buildToolsVersion '28.0.3' defaultConfig { minSdkVersion 15 targetSdkVersion 23 diff --git a/src/java/JavaFileStorageTest-AS/app/build.gradle b/src/java/JavaFileStorageTest-AS/app/build.gradle index daa45dca..86b4a12e 100644 --- a/src/java/JavaFileStorageTest-AS/app/build.gradle +++ b/src/java/JavaFileStorageTest-AS/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 26 - buildToolsVersion '26.0.2' + buildToolsVersion '28.0.3' defaultConfig { applicationId "com.crocoapps.javafilestoragetest" diff --git a/src/java/KP2ASoftkeyboard_AS/app/build.gradle b/src/java/KP2ASoftkeyboard_AS/app/build.gradle index b5c94888..e843d600 100644 --- a/src/java/KP2ASoftkeyboard_AS/app/build.gradle +++ b/src/java/KP2ASoftkeyboard_AS/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 23 - buildToolsVersion '26.0.2' + buildToolsVersion '28.0.3' defaultConfig { minSdkVersion 18 diff --git a/src/java/Keepass2AndroidPluginSDK2/app/build.gradle b/src/java/Keepass2AndroidPluginSDK2/app/build.gradle index 1e620b4c..72f51720 100644 --- a/src/java/Keepass2AndroidPluginSDK2/app/build.gradle +++ b/src/java/Keepass2AndroidPluginSDK2/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 'Google Inc.:Google APIs:23' - buildToolsVersion '26.0.2' + compileSdkVersion 23 + buildToolsVersion '28.0.3' defaultConfig { minSdkVersion 8 @@ -17,4 +17,4 @@ android { } dependencies { -} \ No newline at end of file +} diff --git a/src/java/PluginQR/app/build.gradle b/src/java/PluginQR/app/build.gradle index 737b3290..af91bc50 100644 --- a/src/java/PluginQR/app/build.gradle +++ b/src/java/PluginQR/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 26 - buildToolsVersion '26.0.2' + buildToolsVersion '28.0.3' defaultConfig { applicationId "keepass2android.plugin.qr" diff --git a/src/java/android-filechooser-AS/app/build.gradle b/src/java/android-filechooser-AS/app/build.gradle index 2b327ed9..9c706a7a 100644 --- a/src/java/android-filechooser-AS/app/build.gradle +++ b/src/java/android-filechooser-AS/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 26 - buildToolsVersion '26.0.2' + buildToolsVersion '28.0.3' defaultConfig { minSdkVersion 15 diff --git a/src/keepass2android/Properties/AndroidManifest_debug.xml b/src/keepass2android/Properties/AndroidManifest_debug.xml index a3b4410f..f968d69a 100644 --- a/src/keepass2android/Properties/AndroidManifest_debug.xml +++ b/src/keepass2android/Properties/AndroidManifest_debug.xml @@ -108,7 +108,7 @@ - + @@ -127,4 +127,4 @@ - \ No newline at end of file + diff --git a/src/keepass2android/Properties/AndroidManifest_net.xml b/src/keepass2android/Properties/AndroidManifest_net.xml index d15788e2..de3d28be 100644 --- a/src/keepass2android/Properties/AndroidManifest_net.xml +++ b/src/keepass2android/Properties/AndroidManifest_net.xml @@ -132,7 +132,7 @@ - + @@ -153,4 +153,4 @@ - \ No newline at end of file + diff --git a/src/keepass2android/Properties/AndroidManifest_nonet.xml b/src/keepass2android/Properties/AndroidManifest_nonet.xml index 069a8c66..ee2792f6 100644 --- a/src/keepass2android/Properties/AndroidManifest_nonet.xml +++ b/src/keepass2android/Properties/AndroidManifest_nonet.xml @@ -123,7 +123,7 @@ - + @@ -138,4 +138,4 @@ - \ No newline at end of file + diff --git a/src/keepass2android/keepass2android.csproj b/src/keepass2android/keepass2android.csproj index 61bda07d..a21f0a7e 100644 --- a/src/keepass2android/keepass2android.csproj +++ b/src/keepass2android/keepass2android.csproj @@ -40,7 +40,7 @@ true Xamarin True - armeabi,armeabi-v7a,x86 + armeabi-v7a,x86 false SdkOnly false @@ -58,7 +58,7 @@ 4 False False - armeabi,armeabi-v7a,x86,x86_64 + armeabi-v7a,x86,x86_64 @@ -93,7 +93,7 @@ - armeabi,armeabi-v7a + armeabi-v7a True @@ -1968,4 +1968,4 @@ - \ No newline at end of file +