Increase version to 1.3

This commit is contained in:
Lukas Pieper 2021-10-01 19:26:31 +02:00
parent 51a86e413c
commit 75bbc647ea

View file

@ -7,8 +7,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 30 targetSdkVersion 30
versionCode 3 versionCode 4
versionName "1.2" versionName "1.3"
} }
flavorDimensions 'default' flavorDimensions 'default'
@ -26,5 +26,5 @@ android {
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
} }