mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-12 00:57:55 +00:00
Merge branch 'dev' of https://github.com/oxen-io/session-android into refactor-sending-error-handling
This commit is contained in:
@@ -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',
|
||||
|
1
app/proguard/proguard.pro
vendored
1
app/proguard/proguard.pro
vendored
@@ -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*(**);
|
||||
}
|
||||
|
Reference in New Issue
Block a user