Skip to content

Commit 2285773

Browse files
committed
see 11/23 log
1 parent 4e17cd8 commit 2285773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/groovy/Config.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class Config {
1414
static compileSdkVersion = 28
1515
static minSdkVersion = 16
1616
static targetSdkVersion = 28
17-
static versionCode = 1_025_010
18-
static versionName = '1.25.10-alpha5'// E.g. 1.9.72 => 1,009,072
17+
static versionCode = 1_026_000
18+
static versionName = '1.26.0'// E.g. 1.9.72 => 1,009,072
1919

2020
// lib version
2121
static kotlin_version = '1.3.50'

0 commit comments

Comments
 (0)