Skip to content

Commit

Permalink
Update gradle: RootTools: update compileSdkVersion to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
likeadragonmaid committed Apr 17, 2021
1 parent 4a99004 commit 041ce6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions RootShell/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
}

android {
compileSdkVersion 26
compileSdkVersion 30

defaultConfig {
minSdkVersion 11
targetSdkVersion 26
targetSdkVersion 30
versionName '1.7'
}

Expand All @@ -24,5 +24,5 @@ android {
}

dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'
}
6 changes: 3 additions & 3 deletions RootTools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
}

android {
compileSdkVersion 26
compileSdkVersion 30

defaultConfig {
minSdkVersion 11
targetSdkVersion 26
targetSdkVersion 30
versionName '5.1'

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -28,4 +28,4 @@ android {
dependencies {
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation project(':RootShell')
}
}

0 comments on commit 041ce6f

Please sign in to comment.