Bump build-gradle

This commit is contained in:
Philipp Heckel 2025-12-11 11:04:54 -05:00
parent da2c7acd5f
commit 9344d35035
2 changed files with 4 additions and 2 deletions

View file

@ -18,8 +18,8 @@ android {
minSdkVersion 21
targetSdkVersion 35
versionCode 47
versionName "1.18.0"
versionCode 48
versionName "1.19.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -0,0 +1,2 @@
Features:
* Moved the user interface to Material 3 and added dynamic color support (#580, ntfy-android#56, ntfy-android#126, ntfy-android#135, thanks to @Bnyro and @cyb3rko for the implementation, and to @RokeJulianLockhart for reporting)