File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ android {
2424 lintConfig file(" lint.xml" )
2525 }
2626
27- compileSdkVersion rootProject. hasProperty(' compileSdkVersion' ) ? rootProject. compileSdkVersion : 29
28- // buildToolsVersion rootProject.hasProperty('buildToolsVersion') ? rootProject.buildToolsVersion : "30 .0.3 "
27+ compileSdkVersion rootProject. hasProperty(' compileSdkVersion' ) ? rootProject. compileSdkVersion : 33
28+ buildToolsVersion rootProject. hasProperty(' buildToolsVersion' ) ? rootProject. buildToolsVersion : " 35 .0.1 "
2929
3030 defaultConfig {
3131 applicationId " com.jsoftware.j.android"
3232 minSdkVersion rootProject. hasProperty(' minSdkVersion' ) ? rootProject. minSdkVersion : 10
33- targetSdkVersion rootProject. hasProperty(' targetSdkVersion' ) ? rootProject. targetSdkVersion : 29
34- versionCode 60
35- versionName " 1.4.60 "
33+ targetSdkVersion rootProject. hasProperty(' targetSdkVersion' ) ? rootProject. targetSdkVersion : 33
34+ versionCode 103
35+ versionName " 1.4.103 "
3636 }
3737 namespace ' com.jsoftware.j.android'
3838
You can’t perform that action at this time.
0 commit comments