mirror of
https://codeberg.org/NextPush/nextpush-android.git
synced 2025-02-02 12:17:11 +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"
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 33
|
||||
versionCode 16
|
||||
versionName "1.4.1"
|
||||
versionCode 17
|
||||
versionName "1.4.2"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
@ -20,8 +20,6 @@ android {
|
||||
buildTypes {
|
||||
release {
|
||||
resValue "string", "app_name", "NextPush"
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
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