diff --git a/app/build.gradle b/app/build.gradle index c7a906c..76037ff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { minSdkVersion 21 targetSdkVersion 30 - versionCode 10 - versionName "1.4.0" + versionCode 11 + versionName "1.4.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/fastlane/metadata/android/en-US/changelog/11.txt b/fastlane/metadata/android/en-US/changelog/11.txt new file mode 100644 index 0000000..f75a595 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelog/11.txt @@ -0,0 +1,7 @@ +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)