diff --git a/app/build.gradle b/app/build.gradle index 04a6242..1658353 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.polar.nextcloudservices" minSdkVersion 25 targetSdkVersion 34 - versionCode 18 - versionName '1.1-beta18' + versionCode 19 + versionName '1.1-beta19' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/19.txt b/fastlane/metadata/android/en-US/changelogs/19.txt new file mode 100644 index 0000000..828b626 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/19.txt @@ -0,0 +1 @@ +- Fixed bugs associated with Android 14 SDK