This commit is contained in:
sim 2022-09-14 00:12:56 +02:00
parent 9f55693c40
commit 074e00ce0f
2 changed files with 3 additions and 2 deletions

View File

@ -17,8 +17,8 @@ android {
applicationId "org.unifiedpush.distributor.nextpush"
minSdkVersion 24
targetSdkVersion 30
versionCode 13
versionName "1.3.2"
versionCode 14
versionName "1.3.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -0,0 +1 @@
Improve how failures are handled.