This repository was archived by the owner on May 11, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ plugins {
55
66android {
77 namespace = " com.highcapable.sweetdependency.demo_app"
8- compileSdk = 33
8+ compileSdk = 34
99
1010 defaultConfig {
1111 applicationId = " com.highcapable.sweetdependency.demo_app"
1212 minSdk = 24
13- targetSdk = 33
13+ targetSdk = 34
1414 versionCode = 1
1515 versionName = " 1.0"
1616 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -5,11 +5,10 @@ plugins {
55
66android {
77 namespace = " com.highcapable.sweetdependency.demo_library"
8- compileSdk = 33
8+ compileSdk = 34
99
1010 defaultConfig {
1111 minSdk = 24
12- targetSdk = 33
1312 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
1413 consumerProguardFiles(" consumer-rules.pro" )
1514 }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
2- distributionUrl =https\://services.gradle.org/distributions/gradle-8.1.1 -bin.zip
2+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
33distributionPath =wrapper/dists
44zipStorePath =wrapper/dists
55zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pluginManagement {
88plugins {
99 // Import the SweetDependency plugin here
1010 // 在这里引入 SweetDependency 插件
11- id(" com.highcapable.sweetdependency" ) version " 1.0.0 "
11+ id(" com.highcapable.sweetdependency" ) version " 1.0.1 "
1212}
1313sweetDependency {
1414 configFileName = " sweet-dependency-config.yaml"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.1.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pluginManagement {
88plugins {
99 // Import the SweetDependency plugin here
1010 // 在这里引入 SweetDependency 插件
11- id(" com.highcapable.sweetdependency" ) version " 1.0.0 "
11+ id(" com.highcapable.sweetdependency" ) version " 1.0.1 "
1212}
1313sweetDependency {
1414 configFileName = " sweet-dependency-config.yaml"
You can’t perform that action at this time.
0 commit comments