mirror of
https://github.com/HighCapable/SweetDependency.git
synced 2025-09-05 18:25:48 +08:00
chore: update samples
This commit is contained in:
@@ -5,12 +5,12 @@ plugins {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "com.highcapable.sweetdependency.demo_app"
|
namespace = "com.highcapable.sweetdependency.demo_app"
|
||||||
compileSdk = 33
|
compileSdk = 34
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "com.highcapable.sweetdependency.demo_app"
|
applicationId = "com.highcapable.sweetdependency.demo_app"
|
||||||
minSdk = 24
|
minSdk = 24
|
||||||
targetSdk = 33
|
targetSdk = 34
|
||||||
versionCode = 1
|
versionCode = 1
|
||||||
versionName = "1.0"
|
versionName = "1.0"
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
@@ -5,11 +5,10 @@ plugins {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "com.highcapable.sweetdependency.demo_library"
|
namespace = "com.highcapable.sweetdependency.demo_library"
|
||||||
compileSdk = 33
|
compileSdk = 34
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk = 24
|
minSdk = 24
|
||||||
targetSdk = 33
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
consumerProguardFiles("consumer-rules.pro")
|
consumerProguardFiles("consumer-rules.pro")
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
@@ -8,7 +8,7 @@ pluginManagement {
|
|||||||
plugins {
|
plugins {
|
||||||
// Import the SweetDependency plugin here
|
// Import the SweetDependency plugin here
|
||||||
// 在这里引入 SweetDependency 插件
|
// 在这里引入 SweetDependency 插件
|
||||||
id("com.highcapable.sweetdependency") version "1.0.0"
|
id("com.highcapable.sweetdependency") version "1.0.1"
|
||||||
}
|
}
|
||||||
sweetDependency {
|
sweetDependency {
|
||||||
configFileName = "sweet-dependency-config.yaml"
|
configFileName = "sweet-dependency-config.yaml"
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
@@ -8,7 +8,7 @@ pluginManagement {
|
|||||||
plugins {
|
plugins {
|
||||||
// Import the SweetDependency plugin here
|
// Import the SweetDependency plugin here
|
||||||
// 在这里引入 SweetDependency 插件
|
// 在这里引入 SweetDependency 插件
|
||||||
id("com.highcapable.sweetdependency") version "1.0.0"
|
id("com.highcapable.sweetdependency") version "1.0.1"
|
||||||
}
|
}
|
||||||
sweetDependency {
|
sweetDependency {
|
||||||
configFileName = "sweet-dependency-config.yaml"
|
configFileName = "sweet-dependency-config.yaml"
|
||||||
|
Reference in New Issue
Block a user