Skip to content

Commit 6631d45

Browse files
author
sshahriar
committed
updated source comptibility to java 8
1 parent 54be468 commit 6631d45

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ buildscript {
33
minSdkVersion = 9
44
targetSdkVersion = 29
55
compileSdkVersion = 29
6-
javaVersion = JavaVersion.VERSION_1_7
76
java8Version = JavaVersion.VERSION_1_8
87
butterknifeVersion = '10.2.3'
98
}

rx-preferences/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ android {
44
compileSdkVersion rootProject.ext.compileSdkVersion
55

66
compileOptions {
7-
sourceCompatibility rootProject.ext.javaVersion
8-
targetCompatibility rootProject.ext.javaVersion
7+
sourceCompatibility rootProject.ext.java8Version
8+
targetCompatibility rootProject.ext.java8Version
99
}
1010

1111
defaultConfig {

0 commit comments

Comments
 (0)