Skip to content

Commit b230c58

Browse files
Update versionCode and remove compileOptions
1 parent bc55137 commit b230c58

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

sample/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
applicationId "com.developer.kalert.alert"
99
minSdkVersion 23
1010
targetSdkVersion 37
11-
versionCode 36
11+
versionCode 40
1212
versionName "20.5.11"
1313
}
1414

@@ -32,11 +32,6 @@ android {
3232
lint {
3333
abortOnError false
3434
}
35-
36-
compileOptions {
37-
sourceCompatibility = 1.8
38-
targetCompatibility = 1.8
39-
}
4035
}
4136

4237
dependencies {

0 commit comments

Comments
 (0)