Skip to content

Commit

Permalink
Increase version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspieper committed Oct 1, 2021
1 parent 51a86e4 commit 75bbc64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode 3
versionName "1.2"
versionCode 4
versionName "1.3"
}

flavorDimensions 'default'
Expand All @@ -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"
}

0 comments on commit 75bbc64

Please sign in to comment.