Files
TEESimulator-RS/gradle/libs.versions.toml
T

17 lines
585 B
TOML

[versions]
agp = "8.13.2"
annotation = "1.9.1"
jdk18on = "1.83"
kotlin = "2.3.0"
ktfmt = "0.25.0"
[libraries]
annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }
bcpkix = { module = "org.bouncycastle:bcpkix-jdk18on", version.ref = "jdk18on" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
ktfmt = { id = "com.ncorti.ktfmt.gradle", version.ref = "ktfmt" }