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 @@ -86,8 +86,8 @@ android {
8686 //
8787 // This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
8888 // needed for upgrades to be offered correctly.
89- versionCode= 21900112
90- versionName= " 2.19alpha12 "
89+ versionCode= 21900200
90+ versionName= " 2.19beta0 "
9191 minSdk libs. versions. minSdk. get(). toInteger()
9292
9393 // Stays until this is in a release: https://github.com/google/desugar_jdk_libs/commit/c01a5446ca13586b801dbba4d83c6821337b3cc2
@@ -265,7 +265,7 @@ android {
265265
266266play {
267267 serviceAccountCredentials. set(file(" ${ homePath} /src/AnkiDroid-GCP-Publish-Credentials.json" ))
268- track. set(' alpha ' )
268+ track. set(' beta ' )
269269}
270270
271271// Install Git pre-commit hook for Ktlint
You can’t perform that action at this time.
0 commit comments