Skip to content

Commit 3ab318a

Browse files
committed
v2.0
1 parent 1dffe5e commit 3ab318a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

API/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3030
dependencies {
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
}

0 commit comments

Comments
 (0)