Skip to content

Commit

Permalink
* update buildtools version
Browse files Browse the repository at this point in the history
* update version
  • Loading branch information
xVemu committed Aug 15, 2020
1 parent 0055c41 commit 9baf454
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 @@ -3,13 +3,13 @@ apply plugin: "androidx.navigation.safeargs"

android {
compileSdkVersion 30
buildToolsVersion '30.0.1'
buildToolsVersion '30.0.2'
defaultConfig {
applicationId "pl.vemu.zsme"
minSdkVersion 23
targetSdkVersion 30
versionCode 29
versionName "1.3"
versionCode 30
versionName "1.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 9baf454

Please sign in to comment.