Merge branch 'dev' of https://github.com/oxen-io/session-android into refactor-sending-error-handling

This commit is contained in:
Ryan ZHAO
2021-03-16 16:31:58 +11:00
3 changed files with 8 additions and 6 deletions

View File

@@ -157,7 +157,7 @@ dependencies {
testImplementation 'org.robolectric:shadows-multidex:4.2'
}
def canonicalVersionCode = 146
def canonicalVersionCode = 147
def canonicalVersionName = "1.9.0"
def postFixSize = 10
@@ -235,7 +235,7 @@ android {
buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'),
'proguard/proguard-dagger.pro',

View File

@@ -2,6 +2,7 @@
-keepattributes SourceFile,LineNumberTable
-keep class org.whispersystems.** { *; }
-keep class org.thoughtcrime.securesms.** { *; }
-keep class org.session.** { *; }
-keepclassmembers class ** {
public void onEvent*(**);
}