mirror of
https://github.com/ReVanced/revanced-manager-downloader-template.git
synced 2026-01-11 05:46:19 +00:00
Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.0...v2.1.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.1.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
393 B
TOML
12 lines
393 B
TOML
[versions]
|
|
plugin-api = "1.0.0"
|
|
android-gradle-plugin = "8.7.3"
|
|
kotlin = "2.1.20"
|
|
|
|
[libraries]
|
|
plugin-api = { group = "app.revanced", name = "revanced-manager-downloader-api", version.ref = "plugin-api" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|