|
@@ -10,6 +10,12 @@ material = "1.10.0"
|
|
|
activity = "1.8.0"
|
|
activity = "1.8.0"
|
|
|
constraintlayout = "2.1.4"
|
|
constraintlayout = "2.1.4"
|
|
|
jetbrainsKotlinJvm = "2.0.21"
|
|
jetbrainsKotlinJvm = "2.0.21"
|
|
|
|
|
+sikextension = "1.1.41"
|
|
|
|
|
+sikcamera = "1.0.11"
|
|
|
|
|
+sikcronjob = "1.0.3"
|
|
|
|
|
+sikfontmanager = "1.0.2"
|
|
|
|
|
+brv = "1.6.1"
|
|
|
|
|
+androidautosize = "v1.2.1"
|
|
|
|
|
|
|
|
[libraries]
|
|
[libraries]
|
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
@@ -21,6 +27,21 @@ material = { group = "com.google.android.material", name = "material", version.r
|
|
|
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
|
|
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
|
|
|
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
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" }
|
|
|
|
|
+android-autosize = { group = "com.github.JessYanCoding", name = "AndroidAutoSize", version.ref = "androidautosize" }
|
|
|
|
|
+
|
|
|
[plugins]
|
|
[plugins]
|
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|