Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.2.1-dev.2](https://github.com/MorpheApp/morphe-library/compare/v1.2.1-dev.1...v1.2.1-dev.2) (2026-02-24)


### Bug Fixes

* Use latest Morphe patcher dev ([a1465c6](https://github.com/MorpheApp/morphe-library/commit/a1465c6894b4820a77c33ef0ca51e8e49462089e))

## [1.2.1-dev.1](https://github.com/MorpheApp/morphe-library/compare/v1.2.0...v1.2.1-dev.1) (2026-02-21)


### Bug Fixes

* Use Morphe patcher 1.2.0 ([dfbe1f0](https://github.com/MorpheApp/morphe-library/commit/dfbe1f00da55ae4f22ffad011a030e3d848a92b2))

# [1.2.0](https://github.com/MorpheApp/morphe-library/compare/v1.1.0...v1.2.0) (2026-02-04)


Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ kotlin {
implementation(libs.jadb)
implementation(libs.kotlin.reflect)
implementation(libs.kotlinx.serialization.json)
implementation(libs.morphe.patcher)
api(libs.morphe.patcher)
}

commonTest.dependencies {
implementation(libs.kotlin.test.junit)
implementation(libs.morphe.patcher)
api(libs.morphe.patcher)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 1.2.0
version = 1.2.1-dev.2
#Gradle
org.gradle.jvmargs = -Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options="-Xmx2048M"
org.gradle.caching = true
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kotlin = "2.0.21"
kotlinx-coroutines-core = "1.10.2"
kotlinx-serialization = "1.7.1"
libsu = "5.2.2"
morphe-patcher = "1.1.1"
morphe-patcher = "1.2.0-dev.4" # TODO: change to 1.2.0 before stable release

[libraries]
apkzlib = { module = "com.android.tools.build:apkzlib", version.ref = "android" }
Expand Down