Skip to content

Commit

Permalink
migration according to flutter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonfra04 committed Sep 13, 2024
1 parent b6fe2f8 commit 65fc849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 48 deletions.
12 changes: 0 additions & 12 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
buildscript {
ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

allprojects {
repositories {
google()
Expand Down
10 changes: 3 additions & 7 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ pluginManagement {
}

plugins {
id "dev.flutter.flutter-gradle-plugin" version "1.0.0" apply false
id "dev.flutter.flutter-gradle-plugin" version "1.0.0"
id "com.android.application" version "8.1.0" apply false
id "org.jetbrains.kotlin.android" version "1.9.20" apply false
}
}

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.3.0" apply false
id "org.jetbrains.kotlin.android" version "1.9.20" apply false
}

include ":app"
29 changes: 0 additions & 29 deletions android/stronzflix_android.iml

This file was deleted.

0 comments on commit 65fc849

Please sign in to comment.