diff --git a/CHANGELOG.md b/CHANGELOG.md index 6002094..ce57d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.4.2-dev.1](https://github.com/revanced/revanced-patcher/compare/v6.4.1...v6.4.2-dev.1) (2023-01-17) + + +### Bug Fixes + +* resolve failing builds ([a263fdf](https://github.com/revanced/revanced-patcher/commit/a263fdfd413fc05098e28d4800e36ce7d313085b)) + ## [6.4.1](https://github.com/revanced/revanced-patcher/compare/v6.4.0...v6.4.1) (2023-01-15) diff --git a/build.gradle.kts b/build.gradle.kts index 046c6fd..78ff4d4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,9 +22,9 @@ repositories { dependencies { implementation("xpp3:xpp3:1.1.4c") - implementation("org.smali:smali:2.5.2") - implementation("app.revanced:multidexlib2:2.5.3-8649b642") - implementation("org.apktool:apktool-lib:2.9.0-SNAPSHOT") + implementation("app.revanced:smali:2.5.3-a3836654") + implementation("app.revanced:multidexlib2:2.5.3-a3836654") + implementation("app.revanced:apktool-lib:2.7.0") implementation(kotlin("reflect")) testImplementation(kotlin("test")) diff --git a/gradle.properties b/gradle.properties index 42fbabf..c49176b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 6.4.1 +version = 6.4.2-dev.1