Skip to content

Commit c7ec084

Browse files
committed
gradle
1 parent 4590693 commit c7ec084

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)