[versions] agp = "8.10.0" kotlin = "2.0.21" coreKtx = "1.10.1" junit = "4.13.2" junitVersion = "1.1.5" espressoCore = "3.5.1" appcompat = "1.6.1" material = "1.10.0" activity = "1.8.0" constraintlayout = "2.1.4" jetbrainsKotlinJvm = "2.0.21" sikextension = "1.1.42" sikcamera = "1.0.11" sikcronjob = "1.0.3" sikfontmanager = "1.0.2" brv = "1.6.1" androidautosize = "v1.2.1" dialogx = "0.0.49" [libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } junit = { group = "junit", name = "junit", version.ref = "junit" } androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" } androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } material = { group = "com.google.android.material", name = "material", version.ref = "material" } androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" } androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" } sik-extension = { group = "com.github.SilverIceKey", name = "SIKExtension", version.ref = "sikextension" } sik-extension-core = { group = "com.github.SilverIceKey.SIKExtension", name = "SIKCore", version.ref = "sikextension" } sik-extension-android = { group = "com.github.SilverIceKey.SIKExtension", name = "SIKAndroid", version.ref = "sikextension" } sik-extension-encrypt = { group = "com.github.SilverIceKey.SIKExtension", name = "SIKEncrypt", version.ref = "sikextension" } sik-extension-image = { group = "com.github.SilverIceKey.SIKExtension", name = "SIKImage", version.ref = "sikextension" } sik-extension-media = { group = "com.github.SilverIceKey.SIKExtension", name = "SIKMedia", version.ref = "sikextension" } sik-extension-net = { group = "com.github.SilverIceKey.SIKExtension", name = "SIKNet", version.ref = "sikextension" } sik-extension-sensors = { group = "com.github.SilverIceKey.SIKExtension", name = "SIKSensors", version.ref = "sikextension" } sik-camera = { group = "com.github.SilverIceKey", name = "SIKCamera", version.ref = "sikcamera" } sik-cronjob = { group = "com.github.SilverIceKey", name = "SIKCronJob", version.ref = "sikcronjob" } sik-fontmanager = { group = "com.github.SilverIceKey", name = "SIKFontManager", version.ref = "sikfontmanager" } brv = { group = "com.github.liangjingkanji", name = "brv", version.ref = "brv" } dialogx = { group = "com.github.kongzue.DialogX", name = "DialogX", version.ref = "dialogx" } android-autosize = { group = "com.github.JessYanCoding", name = "AndroidAutoSize", version.ref = "androidautosize" } [plugins] android-application = { id = "com.android.application", version.ref = "agp" } kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } android-library = { id = "com.android.library", version.ref = "agp" } jetbrains-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "jetbrainsKotlinJvm" }