From 3f61394f0a33bb2a7dbdf6bb0abc930272d44e8d Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 22 Oct 2023 16:14:45 +0200 Subject: [PATCH 1/4] build: Bump Kotlin Gradle plugin version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 08fdcc9..873dc5c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("jvm") version "1.9.0" + kotlin("jvm") version "1.9.10" alias(libs.plugins.binary.compatibility.validator) `maven-publish` } From b58ea35f6a014328d7e2ec8a8ed7e83dab16aa67 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 22 Oct 2023 23:36:31 +0200 Subject: [PATCH 2/4] build(Needs bump): Bump dependencies --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c15bcbe..e201af8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ jackson-module-kotlin = "2.14.3" jadb = "1.2.1" kotlin-reflect = "1.9.0" kotlin-test = "1.8.20-RC" -revanced-patcher = "17.0.0" +revanced-patcher = "18.0.0" binary-compatibility-validator = "0.13.2" [libraries] @@ -15,7 +15,7 @@ jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module- jadb = { module = "app.revanced:jadb", version.ref = "jadb" } kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin-reflect" } kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin-test" } -revanced-patcher = { module = "app.revanced.revanced-patcher:revanced-patcher", version.ref = "revanced-patcher" } +revanced-patcher = { module = "app.revanced:revanced-patcher", version.ref = "revanced-patcher" } [plugins] binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator" } From 035870e08dd26a2d9374aa0295fd60caa31ce342 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 22 Oct 2023 23:37:19 +0200 Subject: [PATCH 3/4] build: Simplify declaration of repositories --- build.gradle.kts | 7 +++++++ settings.gradle.kts | 9 --------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 873dc5c..b9537d6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,6 +6,13 @@ plugins { group = "app.revanced" +repositories { + mavenCentral() + mavenLocal() + maven { url = uri("https://jitpack.io") } + google() +} + dependencies { implementation(libs.revanced.patcher) implementation(libs.kotlin.reflect) diff --git a/settings.gradle.kts b/settings.gradle.kts index 0a621b2..10b30c4 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,10 +1 @@ -dependencyResolutionManagement { - repositories { - mavenCentral() - mavenLocal() - maven { url = uri("https://jitpack.io") } - google() - } -} - rootProject.name = "revanced-library" \ No newline at end of file From 0545341f9a0fe00bb257d39f8f8ccb2b0e39bc65 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Oct 2023 00:03:37 +0000 Subject: [PATCH 4/4] chore(release): 1.1.5-dev.1 [skip ci] ## [1.1.5-dev.1](https://github.com/ReVanced/revanced-library/compare/v1.1.4...v1.1.5-dev.1) (2023-10-23) --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f138e3..9111587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.1.5-dev.1](https://github.com/ReVanced/revanced-library/compare/v1.1.4...v1.1.5-dev.1) (2023-10-23) + ## [1.1.4](https://github.com/ReVanced/revanced-library/compare/v1.1.3...v1.1.4) (2023-10-12) diff --git a/gradle.properties b/gradle.properties index 0966a91..4570c00 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true kotlin.code.style = official -version = 1.1.4 +version = 1.1.5-dev.1