1.7.1
This commit is contained in:
parent
2057d77c31
commit
e2c98f0e81
|
@ -11,8 +11,8 @@ android {
|
||||||
applicationId "org.unifiedpush.distributor.nextpush"
|
applicationId "org.unifiedpush.distributor.nextpush"
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 25
|
versionCode 26
|
||||||
versionName "1.7.0"
|
versionName "1.7.1"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
- Minify the build
|
||||||
|
- Update dependencies
|
||||||
|
- Fix potential UI crashes
|
Loading…
Reference in New Issue