Bumped version to 1.0.0-Alpha-14-SNAPSHOT

This commit is contained in:
dankito 2024-09-17 17:38:36 +02:00
parent fca1542b5c
commit b0c2f38bd6
1 changed files with 5 additions and 5 deletions

View File

@ -1,16 +1,16 @@
// TODO: move to versions.gradle // TODO: move to versions.gradle
ext { ext {
appVersionName = '1.0.0-Alpha-13' appVersionName = "1.0.0-Alpha-14-SNAPSHOT"
/* Test */ /* Test */
assertJVersion = '3.12.2' assertJVersion = "3.12.2"
mockitoVersion = '2.22.0' mockitoVersion = "2.22.0"
mockitoKotlinVersion = '1.6.0' mockitoKotlinVersion = "1.6.0"
logbackVersion = '1.2.3' logbackVersion = "1.2.3"
} }
buildscript { buildscript {