Fixed remove and add Player and Power
Also improved Power display and use. Set basis for the tutorial for creating players.
This commit is contained in:
parent
3b9fc620b4
commit
3fc3dbdd37
26 changed files with 974 additions and 519 deletions
|
|
@ -7,12 +7,12 @@ android {
|
|||
applicationId 'com.kauron.dungeonmanager'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 21
|
||||
versionCode 2
|
||||
versionName '0.2'
|
||||
versionCode 3
|
||||
versionName '0.2.1'
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
|
@ -25,4 +25,5 @@ dependencies {
|
|||
compile 'com.android.support:appcompat-v7:21.0.3'
|
||||
compile 'com.android.support:cardview-v7:21.0.3'
|
||||
compile 'com.nispok:snackbar:2.10.6'
|
||||
compile 'com.android.support:support-v13:22.0.0'
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue