We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ed201 commit 27950e5Copy full SHA for 27950e5
logback-android/build.gradle
@@ -6,12 +6,12 @@ android {
6
buildToolsVersion '30.0.3'
7
8
compileOptions {
9
- sourceCompatibility JavaVersion.VERSION_1_6
10
- targetCompatibility JavaVersion.VERSION_1_6
+ sourceCompatibility JavaVersion.VERSION_1_7
+ targetCompatibility JavaVersion.VERSION_1_7
11
}
12
13
defaultConfig {
14
- minSdkVersion 9
+ minSdkVersion 21
15
targetSdkVersion 31
16
versionCode VERSION_CODE.toInteger()
17
versionName VERSION_NAME
0 commit comments