Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Sep 12, 2021
1 parent beb019f commit 6c10fbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ android {
}
}

compileSdk 30
compileSdk 31
defaultConfig {
applicationId "com.cyb3rko.pazzword"
minSdk 16
targetSdk 30
versionCode 1
versionName "1.0.0"
targetSdk 31
versionCode 2
versionName "1.1.0"
}

buildTypes {
Expand Down

0 comments on commit 6c10fbb

Please sign in to comment.