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 54be468 commit 6631d45Copy full SHA for 6631d45
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