Skip to content

Commit ddc691d

Browse files
Merge pull request #86 from talkspiritlab/master
Compiling with java 1.8
2 parents 1cf5b4d + 3211c1f commit ddc691d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build/android/SafariViewController-java17.gradle

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ext.postBuildExtras = {
2+
android {
3+
compileOptions {
4+
sourceCompatibility JavaVersion.VERSION_1_8
5+
targetCompatibility JavaVersion.VERSION_1_8
6+
}
7+
}
8+
}

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<param name="onload" value="true" />
4545
</feature>
4646
</config-file>
47-
<framework src="build/android/SafariViewController-java17.gradle" custom="true" type="gradleReference" />
47+
<framework src="build/android/SafariViewController-java18.gradle" custom="true" type="gradleReference" />
4848
<framework src="com.android.support:customtabs:23.2.0" />
4949

5050
<source-file src="src/android/ChromeCustomTabPlugin.java" target-dir="src/com/customtabplugin" />

0 commit comments

Comments
 (0)