Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ mob/windows

# Keep database data folders out of version control
pgdata/
mobile/android/.kotlin/sessions/kotlin-compiler-11697587527650162998.salive
2 changes: 1 addition & 1 deletion mobile/android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configurations.all {
exclude(group = "com.google.android.play", module = "split-install")
}

configure<com.android.build.api.dsl.ApplicationExtension> {
android {
namespace = "in.commandlinecoding.elephant"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
Expand Down
Loading