Fixed Database name to real name (may be changed later)
This commit is contained in:
@@ -7,8 +7,8 @@ android {
|
|||||||
applicationId "com.de.aldo_apps.aldo.mariokartcircuitselector"
|
applicationId "com.de.aldo_apps.aldo.mariokartcircuitselector"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 2
|
versionCode 3
|
||||||
versionName "0.2"
|
versionName "0.3"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ public class Constants {
|
|||||||
/**
|
/**
|
||||||
* The Name of the complete database.
|
* 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.
|
* The name of the table containing all information according accessories.
|
||||||
|
|||||||
Reference in New Issue
Block a user