Skip to content

Commit

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

android {
compileSdkVersion 30
buildToolsVersion = "30.0.3"
ndkVersion "22.0.7026061"
buildToolsVersion = "31.0.0-rc2"
ndkVersion "22.1.7171670"
defaultConfig {
applicationId "cn.zerokirby.note"
minSdkVersion 21
Expand All @@ -33,6 +33,10 @@ android {
jvmTarget = '1.8'
}

lintOptions {
abortOnError false
}

android.applicationVariants.all {
variant ->
variant.outputs.all {
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 "30.0.3"
buildToolsVersion "31.0.0-rc2"

defaultConfig {
minSdkVersion 21
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext {
kotlin_version = '1.4.21'
kotlin_version = '1.4.32'
}
repositories {
maven{url 'https://maven.aliyun.com/nexus/content/groups/public/'}
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 "30.0.3"
buildToolsVersion "31.0.0-rc2"


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 = '30.0.3'
buildToolsVersion = '31.0.0-rc2'
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
Expand Down

0 comments on commit 1d963fe

Please sign in to comment.