Skip to content

Commit

Permalink
fixup! [ECO-5020] fix: update AGP plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Oct 7, 2024
1 parent 4380d7d commit 0b13869
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
buildscript {
ext.kotlin_version = '1.5.31'

repositories {
google()
mavenCentral()
Expand All @@ -9,7 +7,6 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.2.0'
classpath 'com.google.gms:google-services:4.3.10'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

Expand Down
9 changes: 0 additions & 9 deletions test_integration/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,11 @@ if (flutterVersionName == null) {
}

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 32

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}

lintOptions {
disable 'InvalidPackage'
}
Expand All @@ -57,7 +52,3 @@ android {
flutter {
source '../..'
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
3 changes: 0 additions & 3 deletions test_integration/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
buildscript {
ext.kotlin_version = '1.5.31'

repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

Expand Down

0 comments on commit 0b13869

Please sign in to comment.