kauron/DungeonManager
kauron
/
DungeonManager
Archived
1
0
Fork 0

Gradle: added Gson (Google JSON)

This commit is contained in:
kauron 2015-07-19 13:37:10 +02:00
parent c8c8896ada
commit d21f8d0f1c
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId 'com.kauron.dungeonmanager'
minSdkVersion 16
targetSdkVersion 21
versionCode 3
versionName '0.2.1'
versionCode 4
versionName '0.2.2'
}
buildTypes {
release {
@ -25,5 +25,6 @@ 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.google.code.gson:gson:2.3.1'
compile 'com.android.support:support-v13:22.0.0'
}