Skip to content

Commit 26d8a77

Browse files
chore: Merge branch dev to main (#23)
2 parents 9f12c1a + f1bf546 commit 26d8a77

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.2.0-dev.1](https://github.com/MorpheApp/morphe-library/compare/v1.1.0...v1.2.0-dev.1) (2026-02-04)
2+
3+
4+
### Features
5+
6+
* Update to Morphe patcher `1.1.1` ([2a6030e](https://github.com/MorpheApp/morphe-library/commit/2a6030ebffc2085cab4e6440b01c5ecd865a0f02))
7+
18
# [1.1.0](https://github.com/MorpheApp/morphe-library/compare/v1.0.1...v1.1.0) (2026-02-02)
29

310

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 1.1.0
1+
version = 1.2.0-dev.1
22
#Gradle
33
org.gradle.jvmargs = -Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options="-Xmx2048M"
44
org.gradle.caching = true

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kotlin = "2.0.21"
99
kotlinx-coroutines-core = "1.10.2"
1010
kotlinx-serialization = "1.7.1"
1111
libsu = "5.2.2"
12-
morphe-patcher = "1.1.0"
12+
morphe-patcher = "1.1.1"
1313

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

0 commit comments

Comments
 (0)