Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21f225 commit 3cff2a7Copy full SHA for 3cff2a7
app/build.gradle
@@ -1,12 +1,12 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- compileSdk 31
+ compileSdk 30
5
buildToolsVersion "30.0.3"
6
defaultConfig {
7
applicationId "com.creditease.netspy.demo"
8
minSdkVersion 18
9
- targetSdkVersion 31
+ targetSdkVersion 30
10
versionCode 2
11
versionName "1.0.1"
12
}
netspylib/build.gradle
@@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
apply plugin: 'org.greenrobot.greendao'
apply plugin: 'com.github.dcendents.android-maven'
minSdkVersion 16
versionCode 121
versionName "5.2.1"
13
0 commit comments