Skip to content

Commit

Permalink
chore: apply diffs generated by Flutter 3.7.12 during build
Browse files Browse the repository at this point in the history
  • Loading branch information
rileychh committed Dec 3, 2024
1 parent e462efc commit c7abf2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "club.ntut.npc.tat"
compileSdkVersion 34
ndkVersion "25.1.8937393"

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}

0 comments on commit c7abf2a

Please sign in to comment.