mirror of
https://github.com/we-promise/sure.git
synced 2026-05-12 15:15:01 +00:00
fix(android): remove dead buildscript block and kotlin_version reference (#1567)
* fix(android): remove dead buildscript block and kotlin_version reference * fix(android): use fully-qualified kotlin plugin id to match settings.gradle
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id "com.android.application"
|
||||
id "kotlin-android"
|
||||
id "org.jetbrains.kotlin.android"
|
||||
id "dev.flutter.flutter-gradle-plugin"
|
||||
}
|
||||
|
||||
@@ -99,6 +99,3 @@ flutter {
|
||||
source '../..'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user