Skip to content

Commit

Permalink
bump version for release, dont let lint block release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
maks committed Jul 9, 2022
1 parent 9d57dcf commit c4e4480
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "28.0.2"
compileSdkVersion 30
buildToolsVersion "29.0.2"

defaultConfig {
applicationId "com.manichord.synthesizer"
minSdkVersion 16
targetSdkVersion 30
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
}
buildTypes {
release {
Expand All @@ -22,6 +22,10 @@ android {
path 'CMakeLists.txt'
}
}
lintOptions {
// dont have lint stop release builds for now
checkReleaseBuilds false
}
}


Expand Down

0 comments on commit c4e4480

Please sign in to comment.