build: Sign release artifacts

This commit is contained in:
oSumAtrIX
2024-02-15 04:38:06 +01:00
parent bdc54ef318
commit d789fd6b5a
9 changed files with 85 additions and 58 deletions

View File

@ -1,9 +1,10 @@
[versions]
revanced-patcher = "19.2.0"
revanced-patcher = "19.3.1"
smali = "3.0.4"
guava = "33.0.0-jre"
gson = "2.10.1"
binary-compatibility-validator = "0.14.0"
kotlin = "1.9.22"
[libraries]
revanced-patcher = { module = "app.revanced:revanced-patcher", version.ref = "revanced-patcher" }
@ -13,3 +14,4 @@ gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
[plugins]
binary-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binary-compatibility-validator" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }