1.4.2: Fix crash

This commit is contained in:
sim 2022-10-05 20:51:03 +02:00
parent ac67201dd9
commit 45c41e8e2a
2 changed files with 3 additions and 4 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "org.unifiedpush.distributor.nextpush" applicationId "org.unifiedpush.distributor.nextpush"
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 33 targetSdkVersion 33
versionCode 16 versionCode 17
versionName "1.4.1" versionName "1.4.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
@ -20,8 +20,6 @@ android {
buildTypes { buildTypes {
release { release {
resValue "string", "app_name", "NextPush" resValue "string", "app_name", "NextPush"
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
} }
debug { debug {

View File

@ -0,0 +1 @@
Fix crash : nextcloud sso doesn't work minified