File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 android : versionCode =" 87"
44 android : versionName =" 1.4.87" >
55
6- <uses-sdk android : minSdkVersion =" 10" android : targetSdkVersion =" 36 " />
6+ <uses-sdk android : minSdkVersion =" 10" android : targetSdkVersion =" 29 " />
77 <uses-permission android : name =" android.permission.INTERNET" />
88 <uses-permission android : name =" android.permission.PERSISTENT_ACTIVITY" />
99 <uses-permission android : name =" android.permission.BIND_INPUT_METHOD" />
Original file line number Diff line number Diff line change 1111# proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212
1313# Project target.
14- target =android-24
14+ target =android-29
1515android.library =true
1616# android.library.reference.1=../android-support-v4
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ android {
1212 lintConfig file(" lint.xml" )
1313 }
1414
15- compileSdkVersion rootProject. hasProperty(' compileSdkVersion' ) ? rootProject. compileSdkVersion : 24
15+ compileSdkVersion rootProject. hasProperty(' compileSdkVersion' ) ? rootProject. compileSdkVersion : 29
1616 buildToolsVersion rootProject. hasProperty(' buildToolsVersion' ) ? rootProject. buildToolsVersion : " 30.0.3"
1717
1818 defaultConfig {
1919 applicationId " com.jsoftware.j.android"
2020 minSdkVersion rootProject. hasProperty(' minSdkVersion' ) ? rootProject. minSdkVersion : 10
21- targetSdkVersion rootProject. hasProperty(' targetSdkVersion' ) ? rootProject. targetSdkVersion : 36
21+ targetSdkVersion rootProject. hasProperty(' targetSdkVersion' ) ? rootProject. targetSdkVersion : 29
2222 versionCode 60
2323 versionName " 1.4.60"
2424 }
Original file line number Diff line number Diff line change 88# project structure.
99
1010# Project target.
11- target =android-24
11+ target =android-29
1212# Project dependency
1313android.library.reference.1 =appcompat
You can’t perform that action at this time.
0 commit comments