chore: update samples

This commit is contained in:
2023-09-07 01:38:42 +08:00
parent a56d2ed895
commit c44dc6f4c3
6 changed files with 7 additions and 8 deletions

View File

@@ -5,11 +5,10 @@ plugins {
android {
namespace = "com.highcapable.sweetdependency.demo_library"
compileSdk = 33
compileSdk = 34
defaultConfig {
minSdk = 24
targetSdk = 33
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
}