Bump version
This commit is contained in:
parent
ad2c0d6f27
commit
2387f2ce6c
2 changed files with 10 additions and 2 deletions
|
@ -12,8 +12,8 @@ android {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
|
|
||||||
versionCode 11
|
versionCode 12
|
||||||
versionName "1.4.1"
|
versionName "1.4.2"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
|
8
fastlane/metadata/android/en-US/changelog/12.txt
Normal file
8
fastlane/metadata/android/en-US/changelog/12.txt
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
New features:
|
||||||
|
* MacroDroid/Tasker: send/receive ntfy messages via other apps (#31)
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
* Manually refreshing fails if one subscription URL is not reachable (#27)
|
||||||
|
* Opening ntfy.sh/docs on a phone opens the app man_facepalming (#34)
|
||||||
|
* Restart foreground service on upgrade and if otherwise killed (#56)
|
||||||
|
* Fix tag_map in intent broadcast (no ticket)
|
Loading…
Reference in a new issue