parent
6aa63ff699
commit
13fd3e22b6
@ -0,0 +1,31 @@ |
||||
[versions] |
||||
minSdk = "21" |
||||
compilesdk = "33" |
||||
targetsdk = "33" |
||||
appcompat = "1.5.1" |
||||
recyclerview = "1.2.1" |
||||
buildToolsVersion="33.0.1" |
||||
room = "2.4.3" |
||||
test-junit = "4.13.2" |
||||
android-junit = "1.1.4" |
||||
android-espresso = "3.5.0" |
||||
android-ktx = "1.7.0" |
||||
lifecycle = "2.5.1" |
||||
|
||||
|
||||
[libraries] |
||||
recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" } |
||||
room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" } |
||||
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" } |
||||
junit = { module = "junit:junit", version.ref = "test-junit" } |
||||
android-junit = { module = "androidx.test.ext:junit", version.ref = "android-junit" } |
||||
android-espresso = { module = "androidx.test.espresso:espresso-core", version.ref = "android-espresso" } |
||||
android-ktx = { module = "androidx.core:core-ktx", version.ref = "android-ktx" } |
||||
appcompat = {module = "androidx.appcompat:appcompat", version.ref = "appcompat"} |
||||
lifecycle-viewmodel-ktx = {module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle"} |
||||
lifecycle-viewmodel-compose = {module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle"} |
||||
lifecycle-runtime-ktx = {module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle"} |
||||
|
||||
[bundles] |
||||
android-test = ["android-junit", "android-espresso"] |
||||
lifecycle = ["lifecycle-viewmodel-ktx", "lifecycle-viewmodel-compose", "lifecycle-runtime-ktx"] |
@ -1,2 +1,26 @@ |
||||
pluginManagement { |
||||
repositories { |
||||
gradlePluginPortal() |
||||
google() |
||||
mavenCentral() |
||||
mavenLocal() |
||||
} |
||||
} |
||||
enableFeaturePreview('VERSION_CATALOGS') |
||||
dependencyResolutionManagement { |
||||
repositories { |
||||
google() |
||||
mavenCentral() |
||||
mavenLocal() |
||||
} |
||||
|
||||
versionCatalogs { |
||||
libs { |
||||
from(files("libs.versions.toml")) |
||||
} |
||||
} |
||||
} |
||||
|
||||
|
||||
include ':app', ':Aria', ':AriaAnnotations', ':AriaCompiler', ':AppFrame', ':HttpComponent', ':M3U8Component', ':SFtpComponent', |
||||
':FtpComponent', ':PublicComponent' |
||||
|
Loading…
Reference in new issue