Skip to content

Commit

Permalink
v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
577fkj committed Dec 8, 2021
1 parent 1dffe5e commit 3ab318a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions API/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdk 16
targetSdk 31
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.example.apitest"
minSdk 29
targetSdk 31
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -29,5 +29,5 @@ android {

dependencies {
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.github.577fkj:MIUIStatusBarLyric:v1.1'
implementation 'com.github.577fkj:StatusBarApiExample:v2.0'
}

0 comments on commit 3ab318a

Please sign in to comment.