Skip to content

Commit

Permalink
'v3.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
oooo7777777 committed Apr 12, 2021
1 parent c52be7a commit d666bdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 290
versionName "2.9.0"
versionCode 300
versionName "3.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
4 changes: 2 additions & 2 deletions vlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 290
versionName "2.9.0"
versionCode 300
versionName "3.0.0"
}

compileOptions {
Expand Down

0 comments on commit d666bdf

Please sign in to comment.