File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ android {
7474 //
7575 // This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
7676 // needed for upgrades to be offered correctly.
77- versionCode= 21800300
78- versionName= " 2.18.0 "
77+ versionCode= 21900100
78+ versionName= " 2.19alpha0 "
7979 minSdk 23 // also in testlib/build.gradle.kts
8080 // After #13695: change .tests_emulator.yml
8181 targetSdk 33 // also in [api|testlib]/build.gradle.kts and ../robolectricDownloader.gradle
@@ -245,7 +245,7 @@ android {
245245
246246play {
247247 serviceAccountCredentials. set(file(" ${ homePath} /src/AnkiDroid-GCP-Publish-Credentials.json" ))
248- track. set(' beta ' )
248+ track. set(' alpha ' )
249249}
250250
251251amazon {
You can’t perform that action at this time.
0 commit comments