diff --git a/app/build.gradle b/app/build.gradle index b32b5414..28124af3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { applicationId "org.pixeldroid.app" minSdkVersion 23 targetSdkVersion 31 - versionCode 8 - versionName "1.0.beta8" + versionCode 9 + versionName "1.0.beta$versionCode" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments clearPackageData: 'true' diff --git a/fastlane/metadata/android/en-US/changelogs/9.txt b/fastlane/metadata/android/en-US/changelogs/9.txt new file mode 100644 index 00000000..0c1387f3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9.txt @@ -0,0 +1,3 @@ +* Fix crash when showing licenses list +* Greatly improve performance in profile activity +* Update dependencies \ No newline at end of file