Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
FlutterGenerator authored Dec 28, 2024
1 parent 98fe2ec commit 27763ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.2' apply false
id 'com.android.library' version '8.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
id 'com.android.application' version '8.7.3' apply false
id 'com.android.library' version '8.7.3' apply false
id 'org.jetbrains.kotlin.android' version '2.1.20-Beta1' apply false
}

task clean(type: Delete) {
delete rootProject.buildDir
}
}

0 comments on commit 27763ec

Please sign in to comment.