Skip to content

Commit 90196f2

Browse files
authored
Merge pull request joltup#212 from nnrohu/patch-1
Update build.gradle
2 parents 2e14e6b + 5644fc6 commit 90196f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

android/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ android {
5959
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
6060
}
6161
}
62+
compileOptions {
63+
sourceCompatibility JavaVersion.VERSION_1_8
64+
targetCompatibility JavaVersion.VERSION_1_8
65+
}
6266
lintOptions {
6367
abortOnError false
6468
}
@@ -157,4 +161,4 @@ afterEvaluate { project ->
157161
}
158162
}
159163
}
160-
}
164+
}

0 commit comments

Comments
 (0)