mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-04 01:35:39 +08:00
Compare commits
2 Commits
d6c83e7aae
...
9033cbd554
Author | SHA1 | Date | |
---|---|---|---|
9033cbd554
|
|||
de0e737d58
|
@@ -3,9 +3,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
||||
android.useAndroidX=true
|
||||
android.nonTransitiveRClass=true
|
||||
kotlin.code.style=official
|
||||
kotlin.incremental.useClasspathSnapshot=true
|
||||
kotlin.mpp.applyDefaultHierarchyTemplate=false
|
||||
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
|
||||
org.jetbrains.compose.experimental.uikit.enabled=true
|
||||
# Project Configuration
|
||||
project.name=FlexiUI
|
||||
|
@@ -13,22 +13,22 @@ repositories:
|
||||
plugins:
|
||||
org.jetbrains.kotlin.multiplatform:
|
||||
alias: kotlin-multiplatform
|
||||
version: 2.1.10
|
||||
version: 2.2.10
|
||||
org.jetbrains.compose:
|
||||
alias: jetbrains-compose
|
||||
version: 1.7.3
|
||||
version: 1.8.2
|
||||
org.jetbrains.kotlin.plugin.compose:
|
||||
alias: compose-compiler
|
||||
version-ref: kotlin-multiplatform
|
||||
com.android.application:
|
||||
alias: android-application
|
||||
version: 8.9.0
|
||||
version: 8.12.1
|
||||
com.android.library:
|
||||
alias: android-library
|
||||
version-ref: android-application
|
||||
com.vanniktech.maven.publish:
|
||||
alias: maven-publish
|
||||
version: 0.31.0
|
||||
version: 0.34.0
|
||||
|
||||
libraries:
|
||||
org.jetbrains.compose.material:
|
||||
@@ -41,14 +41,14 @@ libraries:
|
||||
androidx.compose.runtime:
|
||||
runtime-android:
|
||||
alias: androidx-compose-android
|
||||
version: 1.7.8
|
||||
version: 1.9.0
|
||||
com.highcapable.betterandroid:
|
||||
ui-component:
|
||||
version: 1.0.7
|
||||
version: 1.0.8
|
||||
ui-extension:
|
||||
version: 1.0.6
|
||||
version: 1.0.7
|
||||
system-extension:
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
compose-extension:
|
||||
version: 1.0.2
|
||||
compose-multiplatform:
|
||||
@@ -60,19 +60,19 @@ libraries:
|
||||
version: 1.10.1
|
||||
androidx.core:
|
||||
core-ktx:
|
||||
version: 1.15.0
|
||||
version: 1.17.0
|
||||
androidx.appcompat:
|
||||
appcompat:
|
||||
version: 1.7.0
|
||||
version: 1.7.1
|
||||
com.google.android.material:
|
||||
material:
|
||||
version: 1.12.0
|
||||
androidx.test.ext:
|
||||
junit:
|
||||
version: 1.2.1
|
||||
version: 1.3.0
|
||||
androidx.test.espresso:
|
||||
espresso-core:
|
||||
version: 3.6.1
|
||||
version: 3.7.0
|
||||
junit:
|
||||
junit:
|
||||
version: 4.13.2
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
||||
distributionPath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
@@ -8,7 +8,7 @@ pluginManagement {
|
||||
}
|
||||
plugins {
|
||||
id("com.highcapable.sweetdependency") version "1.0.4"
|
||||
id("com.highcapable.sweetproperty") version "1.0.5"
|
||||
id("com.highcapable.sweetproperty") version "1.0.8"
|
||||
}
|
||||
sweetDependency {
|
||||
isUseDependencyResolutionManagement = false
|
||||
|
Reference in New Issue
Block a user