mirror of
https://github.com/BetterAndroid/android-compose-app-template.git
synced 2025-09-05 18:25:29 +08:00
Initial commit
This commit is contained in:
69
gradle/sweet-dependency/sweet-dependency-config.yaml
Normal file
69
gradle/sweet-dependency/sweet-dependency-config.yaml
Normal file
@@ -0,0 +1,69 @@
|
||||
preferences:
|
||||
autowire-on-sync-mode: UPDATE_OPTIONAL_DEPENDENCIES
|
||||
repositories-mode: FAIL_ON_PROJECT_REPOS
|
||||
|
||||
repositories:
|
||||
gradle-plugin-portal:
|
||||
scope: PLUGINS
|
||||
google:
|
||||
maven-central:
|
||||
|
||||
plugins:
|
||||
com.android.application:
|
||||
alias: android-application
|
||||
version: +
|
||||
com.android.library:
|
||||
alias: android-library
|
||||
version-ref: com.android.application
|
||||
org.jetbrains.kotlin.android:
|
||||
alias: kotlin-android
|
||||
version: +
|
||||
|
||||
libraries:
|
||||
com.highcapable.betterandroid:
|
||||
ui-component:
|
||||
version: +
|
||||
ui-extension:
|
||||
version: +
|
||||
system-extension:
|
||||
version: +
|
||||
compose-extension:
|
||||
version: +
|
||||
com.highcapable.flexiui:
|
||||
core-android:
|
||||
version: +
|
||||
# Flexi UI is in alpha stage for now.
|
||||
version-filter:
|
||||
use-internal: false
|
||||
androidx.compose:
|
||||
compose-bom:
|
||||
version: +
|
||||
androidx.compose.ui:
|
||||
ui:
|
||||
version: <no-spec>
|
||||
ui-graphics:
|
||||
version: <no-spec>
|
||||
ui-tooling:
|
||||
version: <no-spec>
|
||||
ui-tooling-preview:
|
||||
version: <no-spec>
|
||||
androidx.compose.foundation:
|
||||
foundation:
|
||||
version: <no-spec>
|
||||
androidx.navigation:
|
||||
navigation-compose:
|
||||
version: +
|
||||
androidx.activity:
|
||||
activity:
|
||||
version: +
|
||||
activity-compose:
|
||||
version: +
|
||||
junit:
|
||||
junit:
|
||||
version: +
|
||||
androidx.test.ext:
|
||||
junit:
|
||||
version: +
|
||||
androidx.test.espresso:
|
||||
espresso-core:
|
||||
version: +
|
0
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
0
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
5
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
5
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
|
||||
distributionPath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
Reference in New Issue
Block a user