diff --git a/.version b/.version index 9084fa2..524cb55 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/Manager/app/build.gradle.kts b/Manager/app/build.gradle.kts index 4094cd7..fe87f0c 100644 --- a/Manager/app/build.gradle.kts +++ b/Manager/app/build.gradle.kts @@ -31,8 +31,8 @@ android { defaultConfig { minSdk = 24 targetSdk = 36 - versionCode = 62 - versionName = "1.7.7" + versionCode = 63 + versionName = "1.1.1" vectorDrawables { useSupportLibrary = true diff --git a/Manager/app/src/main/assets/patches-manifest.json b/Manager/app/src/main/assets/patches-manifest.json index 48649cd..f69c6ce 100644 --- a/Manager/app/src/main/assets/patches-manifest.json +++ b/Manager/app/src/main/assets/patches-manifest.json @@ -226,7 +226,7 @@ "key": "kawarp_blur", "title": "Blur Passes", "description": "Kawase blur passes, higher is softer but costs more GPU", - "default": 5, + "default": 6, "min": 1, "max": 40, "steps": 38, @@ -294,7 +294,7 @@ "key": "kawarp_contrast", "title": "Contrast", "description": "Contrast of the backdrop", - "default": 125, + "default": 100, "min": 0, "max": 300, "steps": 11, @@ -311,7 +311,7 @@ "key": "kawarp_saturation", "title": "Saturation", "description": "Colour intensity of the backdrop", - "default": 125, + "default": 100, "min": 0, "max": 400, "steps": 15, diff --git a/patches/data.json b/patches/data.json index fc40406..65b516b 100644 --- a/patches/data.json +++ b/patches/data.json @@ -1,5 +1,5 @@ { "tidalVersionCode": 10004, "tidalApkUrl": "https://github.com/meowarex/rl-mobile/releases/download/latest/tidal-stock.apk", - "patchesVersion": "1.2.0" + "patchesVersion": "1.2.1" } diff --git a/patches/manifest.json b/patches/manifest.json index 48649cd..f69c6ce 100644 --- a/patches/manifest.json +++ b/patches/manifest.json @@ -226,7 +226,7 @@ "key": "kawarp_blur", "title": "Blur Passes", "description": "Kawase blur passes, higher is softer but costs more GPU", - "default": 5, + "default": 6, "min": 1, "max": 40, "steps": 38, @@ -294,7 +294,7 @@ "key": "kawarp_contrast", "title": "Contrast", "description": "Contrast of the backdrop", - "default": 125, + "default": 100, "min": 0, "max": 300, "steps": 11, @@ -311,7 +311,7 @@ "key": "kawarp_saturation", "title": "Saturation", "description": "Colour intensity of the backdrop", - "default": 125, + "default": 100, "min": 0, "max": 400, "steps": 15,