File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 defaultConfig {
1010 minSdk 16
1111 targetSdk 31
12- versionCode 1
13- versionName " 1 .0"
12+ versionCode 2
13+ versionName " 2 .0"
1414
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1616 consumerProguardFiles " consumer-rules.pro"
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 applicationId " com.example.apitest"
1010 minSdk 29
1111 targetSdk 31
12- versionCode 1
13- versionName " 1 .0"
12+ versionCode 2
13+ versionName " 2 .0"
1414
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1616 }
@@ -29,5 +29,5 @@ android {
2929
3030dependencies {
3131 implementation ' com.google.android.material:material:1.4.0'
32- implementation ' com.github.577fkj:MIUIStatusBarLyric:v1.1 '
32+ implementation ' com.github.577fkj:StatusBarApiExample:v2.0 '
3333}
You can’t perform that action at this time.
0 commit comments