Increase version to 1.3
This commit is contained in:
parent
51a86e413c
commit
75bbc647ea
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue