v1.3.9
This commit is contained in:
@@ -33,8 +33,8 @@ tasks.register<GetVersionTask>("getVersion") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// You can still set these for legacy use by submodules or scripts:
|
// 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("appVersionName", providers.gradleProperty("APP_VERSION_NAME").orElse("1.3.9").get())
|
||||||
rootProject.ext.set("appVersionCode", providers.gradleProperty("APP_VERSION_CODE").orElse("278").get().toInt())
|
rootProject.ext.set("appVersionCode", providers.gradleProperty("APP_VERSION_CODE").orElse("279").get().toInt())
|
||||||
rootProject.ext.set("applicationId", "me.eternal.purrfectsnap")
|
rootProject.ext.set("applicationId", "me.eternal.purrfectsnap")
|
||||||
// buildHash: when PurrfectSnap or Snapchat is updated, mappings become outdated and auto-regenerate.
|
// 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.
|
// Include version code so each release has a different hash; use random for uniqueness within same version.
|
||||||
|
|||||||
@@ -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
|
## v1.3.8
|
||||||
- Fix: Download profile picture button shape
|
- Fix: Download profile picture button shape
|
||||||
- New: Auto Patcher(Jingmatrix Lspatch) updated to v0.8
|
- New: Auto Patcher(Jingmatrix Lspatch) updated to v0.8
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ org.gradle.configuration-cache=true
|
|||||||
org.gradle.configuration-cache.problems=warn
|
org.gradle.configuration-cache.problems=warn
|
||||||
nativeAbis=arm64-v8a
|
nativeAbis=arm64-v8a
|
||||||
|
|
||||||
APP_VERSION_NAME=1.3.8
|
APP_VERSION_NAME=1.3.9
|
||||||
APP_VERSION_CODE=278
|
APP_VERSION_CODE=279
|
||||||
debug_build_hash=18fe2a814d0e2eb5
|
debug_build_hash=18fe2a814d0e2eb5
|
||||||
psIntegrityPinnedSha256=
|
psIntegrityPinnedSha256=
|
||||||
EXPECTED_CERT_SHA256=0f188cb17d8ea4902ee15ce98f4928ba4226a4790fa3c52f62d776b08e46ca1c
|
EXPECTED_CERT_SHA256=0f188cb17d8ea4902ee15ce98f4928ba4226a4790fa3c52f62d776b08e46ca1c
|
||||||
|
|||||||
Reference in New Issue
Block a user