Bumped version to 1.0.0-Alpha-14-SNAPSHOT
This commit is contained in:
parent
fca1542b5c
commit
b0c2f38bd6
10
build.gradle
10
build.gradle
|
@ -1,16 +1,16 @@
|
|||
// TODO: move to versions.gradle
|
||||
ext {
|
||||
appVersionName = '1.0.0-Alpha-13'
|
||||
appVersionName = "1.0.0-Alpha-14-SNAPSHOT"
|
||||
|
||||
|
||||
/* Test */
|
||||
|
||||
assertJVersion = '3.12.2'
|
||||
assertJVersion = "3.12.2"
|
||||
|
||||
mockitoVersion = '2.22.0'
|
||||
mockitoKotlinVersion = '1.6.0'
|
||||
mockitoVersion = "2.22.0"
|
||||
mockitoKotlinVersion = "1.6.0"
|
||||
|
||||
logbackVersion = '1.2.3'
|
||||
logbackVersion = "1.2.3"
|
||||
}
|
||||
|
||||
buildscript {
|
||||
|
|
Loading…
Reference in New Issue