Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3cff2a7

Browse files
committed
META-IN中找到多个文件
1 parent d21f225 commit 3cff2a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdk 31
4+
compileSdk 30
55
buildToolsVersion "30.0.3"
66
defaultConfig {
77
applicationId "com.creditease.netspy.demo"
88
minSdkVersion 18
9-
targetSdkVersion 31
9+
targetSdkVersion 30
1010
versionCode 2
1111
versionName "1.0.1"
1212
}

netspylib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
22
apply plugin: 'org.greenrobot.greendao'
33
apply plugin: 'com.github.dcendents.android-maven'
44
android {
5-
compileSdk 31
5+
compileSdk 30
66
buildToolsVersion "30.0.3"
77

88
defaultConfig {
99
minSdkVersion 16
10-
targetSdkVersion 31
10+
targetSdkVersion 30
1111
versionCode 121
1212
versionName "5.2.1"
1313
}

0 commit comments

Comments
 (0)