1
0
Fork 0

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:
Carlos Galindo 2015-04-28 23:03:28 +02:00
commit 3fc3dbdd37
26 changed files with 974 additions and 519 deletions

View file

@ -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'
}