Skip to content

Commit 27950e5

Browse files
author
Lyor Goldstein
committed
Bump used Java version to JDK 7 in order to void JDK 6 deprecation
1 parent d6ed201 commit 27950e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

logback-android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ android {
66
buildToolsVersion '30.0.3'
77

88
compileOptions {
9-
sourceCompatibility JavaVersion.VERSION_1_6
10-
targetCompatibility JavaVersion.VERSION_1_6
9+
sourceCompatibility JavaVersion.VERSION_1_7
10+
targetCompatibility JavaVersion.VERSION_1_7
1111
}
1212

1313
defaultConfig {
14-
minSdkVersion 9
14+
minSdkVersion 21
1515
targetSdkVersion 31
1616
versionCode VERSION_CODE.toInteger()
1717
versionName VERSION_NAME

0 commit comments

Comments
 (0)