Skip to content

Commit e354991

Browse files
Merge pull request #112 from ChandruWritesCode/111-bug-fix-mobileandroidappbuildgradlekts
111 bug fix mobileandroidappbuildgradlekts
2 parents b7f6edd + 515b7e7 commit e354991

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ mob/windows
3636

3737
# Keep database data folders out of version control
3838
pgdata/
39+
mobile/android/.kotlin/sessions/kotlin-compiler-11697587527650162998.salive

mobile/android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configurations.all {
1313
exclude(group = "com.google.android.play", module = "split-install")
1414
}
1515

16-
configure<com.android.build.api.dsl.ApplicationExtension> {
16+
android {
1717
namespace = "in.commandlinecoding.elephant"
1818
compileSdk = flutter.compileSdkVersion
1919
ndkVersion = flutter.ndkVersion

0 commit comments

Comments
 (0)