Initial commit

This commit is contained in:
2024-01-17 11:29:40 +08:00
commit 1f33887a95
41 changed files with 1280 additions and 0 deletions

View 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
View File

View 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