We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e17cd8 commit 2285773Copy full SHA for 2285773
buildSrc/src/main/groovy/Config.groovy
@@ -14,8 +14,8 @@ class Config {
14
static compileSdkVersion = 28
15
static minSdkVersion = 16
16
static targetSdkVersion = 28
17
- static versionCode = 1_025_010
18
- static versionName = '1.25.10-alpha5'// E.g. 1.9.72 => 1,009,072
+ static versionCode = 1_026_000
+ static versionName = '1.26.0'// E.g. 1.9.72 => 1,009,072
19
20
// lib version
21
static kotlin_version = '1.3.50'
0 commit comments