diff --git a/app/build.gradle b/app/build.gradle index a4492a5..1c038e4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "org.unifiedpush.distributor.nextpush" minSdkVersion 24 targetSdkVersion 33 - versionCode 25 - versionName "1.7.0" + versionCode 26 + versionName "1.7.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/26.txt b/fastlane/metadata/android/en-US/changelogs/26.txt new file mode 100644 index 0000000..b8d1ef3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/26.txt @@ -0,0 +1,3 @@ +- Minify the build +- Update dependencies +- Fix potential UI crashes