bump version to 1.4.0
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:
|
||||
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("appVersionName", providers.gradleProperty("APP_VERSION_NAME").orElse("1.4.0").get())
|
||||
rootProject.ext.set("appVersionCode", providers.gradleProperty("APP_VERSION_CODE").orElse("280").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.
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
## v1.4.0
|
||||
- Fix: Download profile picture button showing in all pages
|
||||
- Fix: Opera Download button & Mark Snaps as seen for newer snapchat versions
|
||||
- Fix: Crash issues
|
||||
- Fix: Random friends showing up in Social tab
|
||||
- Fix: Untranslated strings in the message preview section(en_US only for now)
|
||||
- Fix: Show First Created Username
|
||||
- Fix: Call recording starting automatically when taking snaps/videos
|
||||
- Fix: Snap Downloading issue for some devices
|
||||
- New: Story Snap Batch Download(tq to RSR)
|
||||
- New: Aphelion Theme!(tq to Kaladin)
|
||||
- Fix: Monochrome icon of PurrfectSnap(tq to Kaladin)
|
||||
|
||||
## v1.3.9
|
||||
- Fix: Improve ads & metrics blocking
|
||||
- Fix: Hide Typing Notifications & Hide Bitmoji Presence
|
||||
|
||||
@@ -7,8 +7,8 @@ org.gradle.configuration-cache=true
|
||||
org.gradle.configuration-cache.problems=warn
|
||||
nativeAbis=arm64-v8a
|
||||
|
||||
APP_VERSION_NAME=1.3.9
|
||||
APP_VERSION_CODE=279
|
||||
APP_VERSION_NAME=1.4.0
|
||||
APP_VERSION_CODE=280
|
||||
debug_build_hash=18fe2a814d0e2eb5
|
||||
psIntegrityPinnedSha256=
|
||||
EXPECTED_CERT_SHA256=0f188cb17d8ea4902ee15ce98f4928ba4226a4790fa3c52f62d776b08e46ca1c
|
||||
|
||||
Reference in New Issue
Block a user