Changed save and read behaviour to json instead of Java serializer.

This commit is contained in:
Ziver Koc 2014-08-13 14:16:16 +02:00
parent 1c985b8c2d
commit 8e582b7995
6 changed files with 69 additions and 7 deletions

View file

@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
compileSdkVersion 15
buildToolsVersion '19.1.0'
defaultConfig {