Fixed Database name to real name (may be changed later)

This commit is contained in:
Alexander Doerflinger
2017-08-07 17:16:15 +02:00
parent 43d91a8a2d
commit 5a1ba02c20
2 changed files with 3 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.de.aldo_apps.aldo.mariokartcircuitselector"
minSdkVersion 16
targetSdkVersion 25
versionCode 2
versionName "0.2"
versionCode 3
versionName "0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {

View File

@@ -21,7 +21,7 @@ public class Constants {
/**
* The Name of the complete database.
*/
public static final String DATABASE_NAME = "MarioKart.db";
public static final String DATABASE_NAME = "mario_kart_circuit_selector.db";
/**
* The name of the table containing all information according accessories.