Added GameSelection + Logic
Now First screen is a game selection screen, second screen is the settings screen where characters, karts, etc can be found.
This commit is contained in:
@@ -7,8 +7,8 @@ android {
|
||||
applicationId "com.de.aldo_apps.aldo.mariokartcircuitselector"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 12
|
||||
versionName "0.1.12"
|
||||
versionCode 16
|
||||
versionName "0.1.16"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
@@ -32,6 +32,6 @@ dependencies {
|
||||
compile 'devlight.io:navigationtabbar:1.2.5'
|
||||
compile 'com.android.support:cardview-v7:25.3.1'
|
||||
compile 'de.hdodenhof:circleimageview:2.1.0'
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile 'com.android.support:design:25.3.1'
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user