Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
Fixed parcelable Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Jun 21, 2015
1 parent b45db64 commit afc36a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId "com.rubengees.vocables"
minSdkVersion 15
targetSdkVersion 22
versionCode 36
versionName "4.0.13"
versionCode 37
versionName "4.0.14"
}

buildTypes {
Expand Down
6 changes: 5 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@

-keep class com.daimajia.** { *; }

-keepattributes SourceFile,LineNumberTable
-keepattributes SourceFile,LineNumberTable

-keepclassmembers class * implements android.os.Parcelable {
static ** CREATOR;
}

0 comments on commit afc36a0

Please sign in to comment.