diff --git a/android/app/build.gradle b/android/app/build.gradle index b816c41..51eaf75 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -101,8 +101,8 @@ android { applicationId "com.nextcloudpasswords" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 10 - versionName "1.9" + versionCode 11 + versionName "1.10" ndk { abiFilters "armeabi-v7a", "x86" }