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*
1919target
2020.gradle
2121build
22+ .idea /
23+ target /
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ if(hasProperty('target') && target == 'android') {
3232 targetSdkVersion 25
3333 }
3434 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
3737 }
3838
3939 // Rename the aar correctly
@@ -78,8 +78,8 @@ if(hasProperty('target') && target == 'android') {
7878 apply plugin : ' java'
7979 apply plugin : ' maven'
8080
81- sourceCompatibility = JavaVersion . VERSION_1_7
82- targetCompatibility = JavaVersion . VERSION_1_7
81+ sourceCompatibility = JavaVersion . VERSION_1_8
82+ targetCompatibility = JavaVersion . VERSION_1_8
8383
8484 install {
8585 repositories. mavenInstaller {
You can’t perform that action at this time.
0 commit comments