Bump versionCode to 17 and versionName to 0.10.1
This commit is contained in:
parent
e12d58facf
commit
a6d5a70917
1 changed files with 2 additions and 2 deletions
|
@ -24,5 +24,5 @@ tasks.create<Delete>("clean") {
|
|||
delete(rootProject.buildDir)
|
||||
}
|
||||
|
||||
val appVersionCode by extra { 16 }
|
||||
val appVersionName by extra { "0.10.0" }
|
||||
val appVersionCode by extra { 17 }
|
||||
val appVersionName by extra { "0.10.1" }
|
Loading…
Reference in a new issue