Compare commits

..

3 Commits

Author SHA1 Message Date
semantic-release-bot
4b8ac026c3 chore: Release v3.0.1-dev.3 [skip ci]
## [3.0.1-dev.3](https://github.com/ReVanced/revanced-library/compare/v3.0.1-dev.2...v3.0.1-dev.3) (2024-10-06)
2024-10-06 01:27:57 +00:00
oSumAtrIX
557b6035f8 build(Needs bump): Bump dependencies 2024-10-06 03:25:03 +02:00
oSumAtrIX
bfc5394b4e refactor: Indent code 2024-10-01 17:30:14 +02:00
5 changed files with 9 additions and 7 deletions

View File

@@ -11,8 +11,8 @@ jobs:
release: release:
name: Release name: Release
permissions: permissions:
contents: write contents: write
packages: write packages: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout

View File

@@ -1,3 +1,5 @@
## [3.0.1-dev.3](https://github.com/ReVanced/revanced-library/compare/v3.0.1-dev.2...v3.0.1-dev.3) (2024-10-06)
## [3.0.1-dev.2](https://github.com/ReVanced/revanced-library/compare/v3.0.1-dev.1...v3.0.1-dev.2) (2024-10-01) ## [3.0.1-dev.2](https://github.com/ReVanced/revanced-library/compare/v3.0.1-dev.1...v3.0.1-dev.2) (2024-10-01)
## [3.0.1-dev.1](https://github.com/ReVanced/revanced-library/compare/v3.0.0...v3.0.1-dev.1) (2024-08-16) ## [3.0.1-dev.1](https://github.com/ReVanced/revanced-library/compare/v3.0.0...v3.0.1-dev.1) (2024-08-16)

View File

@@ -54,7 +54,7 @@ kotlin {
commonMain.dependencies { commonMain.dependencies {
implementation(libs.apksig) implementation(libs.apksig)
implementation(libs.apkzlib) implementation(libs.apkzlib)
implementation(libs.bcpkix.jdk15on) implementation(libs.bcpkix.jdk18on)
implementation(libs.guava) implementation(libs.guava)
implementation(libs.jadb) implementation(libs.jadb)
implementation(libs.kotlin.reflect) implementation(libs.kotlin.reflect)

View File

@@ -1,4 +1,4 @@
version = 3.0.1-dev.2 version = 3.0.1-dev.3
#Gradle #Gradle
org.gradle.jvmargs = -Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options="-Xmx2048M" org.gradle.jvmargs = -Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options="-Xmx2048M"
org.gradle.caching = true org.gradle.caching = true

View File

@@ -1,11 +1,11 @@
[versions] [versions]
android = "8.5.1" android = "8.5.1"
bcpkix-jdk15on = "1.70" bcpkix-jdk18on = "1.77"
binary-compatibility-validator = "0.15.1" binary-compatibility-validator = "0.15.1"
core-ktx = "1.13.1" core-ktx = "1.13.1"
guava = "33.0.0-jre" guava = "33.0.0-jre"
jadb = "1.2.1" jadb = "1.2.1"
kotlin = "2.0.0" kotlin = "2.0.20"
kotlinx-coroutines = "1.8.1" kotlinx-coroutines = "1.8.1"
kotlinx-serialization = "1.7.1" kotlinx-serialization = "1.7.1"
libsu = "5.2.2" libsu = "5.2.2"
@@ -14,7 +14,7 @@ revanced-patcher = "20.0.0"
[libraries] [libraries]
apkzlib = { module = "com.android.tools.build:apkzlib", version.ref = "android" } apkzlib = { module = "com.android.tools.build:apkzlib", version.ref = "android" }
apksig = { module = "com.android.tools.build:apksig", version.ref = "android" } apksig = { module = "com.android.tools.build:apksig", version.ref = "android" }
bcpkix-jdk15on = { module = "org.bouncycastle:bcpkix-jdk15on", version.ref = "bcpkix-jdk15on" } bcpkix-jdk18on = { module = "org.bouncycastle:bcpkix-jdk18on", version.ref = "bcpkix-jdk18on" }
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" } core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
guava = { module = "com.google.guava:guava", version.ref = "guava" } guava = { module = "com.google.guava:guava", version.ref = "guava" }
jadb = { module = "app.revanced:jadb", version.ref = "jadb" } # Fork with Shell v2 support. jadb = { module = "app.revanced:jadb", version.ref = "jadb" } # Fork with Shell v2 support.