Added Constants for database access.

Added a Contants class which contains all global
database keys and some other global information.
This commit is contained in:
Alexander Doerflinger
2017-08-07 17:14:26 +02:00
parent 68a4744fa0
commit 43d91a8a2d
3 changed files with 158 additions and 3 deletions

View File

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