mirror of
https://codeberg.org/NextPush/nextpush-android.git
synced 2025-02-02 20:26:57 +01:00
1.4.2: Fix crash
This commit is contained in:
parent
ac67201dd9
commit
45c41e8e2a
@ -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 {
|
||||||
|
1
fastlane/metadata/android/en-US/changelogs/17.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/17.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix crash : nextcloud sso doesn't work minified
|
Loading…
x
Reference in New Issue
Block a user