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 bc6f80c commit 2841af1Copy full SHA for 2841af1
build.gradle
@@ -3,7 +3,6 @@ buildscript {
3
minSdkVersion = 9
4
targetSdkVersion = 29
5
compileSdkVersion = 29
6
- javaVersion = JavaVersion.VERSION_1_7
7
java8Version = JavaVersion.VERSION_1_8
8
butterknifeVersion = '10.2.3'
9
}
rx-preferences/build.gradle
@@ -4,8 +4,8 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion
compileOptions {
- sourceCompatibility rootProject.ext.javaVersion
- targetCompatibility rootProject.ext.javaVersion
+ sourceCompatibility rootProject.ext.java8Version
+ targetCompatibility rootProject.ext.java8Version
10
11
defaultConfig {
0 commit comments