Skip to content

Commit

Permalink
updated buildinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
tbfuerst committed Mar 22, 2020
1 parent 1aca95b commit 5d6f38d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

defaultConfig {
applicationId "com.example.ich_mache_es_richtig_richtig_oder"
applicationId "com.example.Karlorona"
minSdkVersion 16
targetSdkVersion 29
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion lib/database/db.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class DB {
String path = await getDatabasesPath();
//print(path)
path = join(path, 'ichmacheesrichtigoder.db');
deleteDatabase(path); // delete on production :)
//deleteDatabase(path); // delete on production :)

Database database = await openDatabase(
path,
Expand Down

0 comments on commit 5d6f38d

Please sign in to comment.