Skip to content

Commit

Permalink
Removes unnecessary buildToolsVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Feb 11, 2022
1 parent a87cea3 commit 3826905
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion backboard-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
Expand Down
1 change: 0 additions & 1 deletion backboard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apply plugin: 'checkstyle'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ allprojects {
}

ext {
buildToolsVersion = "30.0.2"
compileSdkVersion = 28
minSdkVersion = 14
targetSdkVersion = 28
Expand Down

0 comments on commit 3826905

Please sign in to comment.