diff --git a/app/build.gradle b/app/build.gradle index 56521b6..f6433b2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "taco.scoop" minSdkVersion 21 targetSdkVersion 30 - versionCode 29 - versionName "2.2.0" + versionCode 30 + versionName "2.3.0" vectorDrawables.useSupportLibrary true resValue 'string', 'application_id', applicationId diff --git a/fastlane/metadata/android/en-US/changelogs/30.txt b/fastlane/metadata/android/en-US/changelogs/30.txt new file mode 100644 index 0000000..dfa4019 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/30.txt @@ -0,0 +1,3 @@ +2.3.0: Auto-start support! +- New setting that allows the app to start automatically on device boot +- A few internal improvements