This commit is contained in:
sim 2023-06-12 23:47:08 +02:00
parent 2057d77c31
commit e2c98f0e81
2 changed files with 5 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "org.unifiedpush.distributor.nextpush"
minSdkVersion 24
targetSdkVersion 33
versionCode 25
versionName "1.7.0"
versionCode 26
versionName "1.7.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -0,0 +1,3 @@
- Minify the build
- Update dependencies
- Fix potential UI crashes