Skip to content

Commit d471ccc

Browse files
Build: add Android plugin
1 parent 3eceebd commit d471ccc

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ plugins {
1818
id("com.github.spotbugs") version "6.0.26" apply false
1919
// https://github.com/gradle-nexus/publish-plugin/releases
2020
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
21+
alias(libs.plugins.android.library) apply false
2122
}
2223

2324
buildscript {

gradle/libs.versions.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[versions]
2+
agp = "8.13.2" # https://developer.android.com/build/releases/gradle-plugin
3+
4+
[libraries]
5+
6+
[plugins]
7+
android-library = { id = "com.android.library", version.ref = "agp" }

0 commit comments

Comments
 (0)