Skip to content

Commit

Permalink
AndroidX ver only update.
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzue committed Apr 19, 2021
1 parent 7641c9a commit 0c1d9b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions baseframework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def siteUrl = 'https://github.com/kongzue/BaseFramework' //项目在github主页
def gitUrl = 'https://github.com/kongzue/BaseFramework.git' //Git仓库的地址

group = "com.kongzue.baseframeworkx"//发布aar前缀根节点
version = "6.7.9.3"//发布aar的库版本
version = "6.7.9.4"//发布aar的库版本

android {
compileSdkVersion 30
Expand All @@ -15,7 +15,7 @@ android {
minSdkVersion 15
targetSdkVersion 30
versionCode 120
versionName "6.7.9.3"
versionName "6.7.9.4"
}

buildTypes {
Expand Down

0 comments on commit 0c1d9b2

Please sign in to comment.