Fix gradle task configuration issue

pull/2330/head
Reid Baker 5 days ago
parent 16d224b39e
commit 20483965f8

@ -17,6 +17,10 @@ android {
minifyEnabled false
}
}
// Remove when #flutter/flutter/issues/150955 is merged to stable.
lintOptions {
checkReleaseBuilds false
}
// Keep java and kotlin versions in sync.
compileOptions {
sourceCompatibility 1.8

Loading…
Cancel
Save