Skip to content

Commit

Permalink
3.0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzue committed May 19, 2021
1 parent fb5bb0d commit 67ecc14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 19
targetSdkVersion 29
versionCode 16
versionName "3.0.3.5"
versionName "3.0.3.6"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions dbv3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def siteUrl = 'https://github.com/kongzue/DBV3' //项目在github主页地址
def gitUrl = 'https://github.com/kongzue/DBV3.git' //Git仓库的地址

group = "com.kongzue.db"//发布aar前缀根节点
version = "3.0.3.5"//发布aar的库版本
version = "3.0.3.6"//发布aar的库版本

android {
compileSdkVersion 29
Expand All @@ -15,7 +15,7 @@ android {
minSdkVersion 19
targetSdkVersion 29
versionCode 16
versionName "3.0.3.5"
versionName "3.0.3.6"
}

buildTypes {
Expand Down

0 comments on commit 67ecc14

Please sign in to comment.