Skip to content

Commit

Permalink
Downgrade buildToolsVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
0Kirby committed Apr 1, 2021
1 parent 1d963fe commit 92c6c70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

android {
compileSdkVersion 30
buildToolsVersion = "31.0.0-rc2"
buildToolsVersion = "30.0.3"
ndkVersion "22.1.7171670"
defaultConfig {
applicationId "cn.zerokirby.note"
Expand Down
2 changes: 1 addition & 1 deletion base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

android {
compileSdkVersion 30
buildToolsVersion "31.0.0-rc2"
buildToolsVersion "30.0.3"

defaultConfig {
minSdkVersion 21
Expand Down
2 changes: 1 addition & 1 deletion language/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 30
buildToolsVersion "31.0.0-rc2"
buildToolsVersion "30.0.3"


defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion theme/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 30
buildToolsVersion = '31.0.0-rc2'
buildToolsVersion = '30.0.3'
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
Expand Down

0 comments on commit 92c6c70

Please sign in to comment.