fix: Fix build with newer versions of Flutter

This commit is contained in:
2024-09-29 12:54:33 +02:00
parent 6375fb32a5
commit 3a977688c8
17 changed files with 935 additions and 804 deletions

View File

@@ -1,16 +1,3 @@
buildscript {
ext.kotlin_version = '1.6.10'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
repositories {
google()