diff --git a/build.gradle.kts b/build.gradle.kts index f8d3a80c..30e9d97f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,8 +33,8 @@ tasks.register("getVersion") { } // You can still set these for legacy use by submodules or scripts: -rootProject.ext.set("appVersionName", providers.gradleProperty("APP_VERSION_NAME").orElse("1.3.8").get()) -rootProject.ext.set("appVersionCode", providers.gradleProperty("APP_VERSION_CODE").orElse("278").get().toInt()) +rootProject.ext.set("appVersionName", providers.gradleProperty("APP_VERSION_NAME").orElse("1.3.9").get()) +rootProject.ext.set("appVersionCode", providers.gradleProperty("APP_VERSION_CODE").orElse("279").get().toInt()) rootProject.ext.set("applicationId", "me.eternal.purrfectsnap") // buildHash: when PurrfectSnap or Snapchat is updated, mappings become outdated and auto-regenerate. // Include version code so each release has a different hash; use random for uniqueness within same version. diff --git a/changelogs-stable.txt b/changelogs-stable.txt index 38653046..7e209b7d 100644 --- a/changelogs-stable.txt +++ b/changelogs-stable.txt @@ -1,3 +1,8 @@ +## v1.3.9 +- Fix: Improve ads & metrics blocking +- Fix: Hide Typing Notifications & Hide Bitmoji Presence +- Fix: Many fixes & improvements + ## v1.3.8 - Fix: Download profile picture button shape - New: Auto Patcher(Jingmatrix Lspatch) updated to v0.8 diff --git a/gradle.properties b/gradle.properties index b341c172..d4d0ca18 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,8 +7,8 @@ org.gradle.configuration-cache=true org.gradle.configuration-cache.problems=warn nativeAbis=arm64-v8a -APP_VERSION_NAME=1.3.8 -APP_VERSION_CODE=278 +APP_VERSION_NAME=1.3.9 +APP_VERSION_CODE=279 debug_build_hash=18fe2a814d0e2eb5 psIntegrityPinnedSha256= EXPECTED_CERT_SHA256=0f188cb17d8ea4902ee15ce98f4928ba4226a4790fa3c52f62d776b08e46ca1c