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