Unverified Commit 0a798105 authored by Dan Field's avatar Dan Field Committed by GitHub

Support Java 1.8 (#25470)

parent 632e21b4
......@@ -26,6 +26,13 @@ buildscript {
}
}
android {
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
}
apply plugin: FlutterPlugin
class FlutterPlugin implements Plugin<Project> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment