Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #729 from ILIYANGERMANOV/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ILIYANGERMANOV authored Apr 15, 2022
2 parents ab1257b + 1ac1ff3 commit 344ca58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@
# Application classes that will be serialized/deserialized over Gson
-keep class com.ivy.wallet.model.** { <fields>; }

# Fix broken stuff by R8
-keep class com.ivy.wallet.domain.data.** { *; }
-keep class com.ivy.wallet.ui.widget.** { *; }
-keep class com.ivy.wallet.io.network.** { *; }
-keep class com.ivy.wallet.domain.event.** { *; }

# Prevent proguard from stripping interface information from TypeAdapter, TypeAdapterFactory,
# JsonSerializer, JsonDeserializer instances (so they can be used in @JsonAdapter)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import org.gradle.kotlin.dsl.project

object Project {
//Version
const val versionName = "3.1.0-fast"
const val versionCode = 102
const val versionName = "3.1.1-fast"
const val versionCode = 103

//Compile SDK & Build Tools
const val compileSdkVersion = 31
Expand Down

0 comments on commit 344ca58

Please sign in to comment.