File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,5 @@ hs_err_pid*
19
19
target
20
20
.gradle
21
21
build
22
+ .idea /
23
+ target /
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ if(hasProperty('target') && target == 'android') {
32
32
targetSdkVersion 25
33
33
}
34
34
compileOptions {
35
- sourceCompatibility JavaVersion . VERSION_1_7
36
- targetCompatibility JavaVersion . VERSION_1_7
35
+ sourceCompatibility JavaVersion . VERSION_1_8
36
+ targetCompatibility JavaVersion . VERSION_1_8
37
37
}
38
38
39
39
// Rename the aar correctly
@@ -78,8 +78,8 @@ if(hasProperty('target') && target == 'android') {
78
78
apply plugin : ' java'
79
79
apply plugin : ' maven'
80
80
81
- sourceCompatibility = JavaVersion . VERSION_1_7
82
- targetCompatibility = JavaVersion . VERSION_1_7
81
+ sourceCompatibility = JavaVersion . VERSION_1_8
82
+ targetCompatibility = JavaVersion . VERSION_1_8
83
83
84
84
install {
85
85
repositories. mavenInstaller {
You can’t perform that action at this time.
0 commit comments