Skip to content

Commit

Permalink
[upgrade] 升级版本号至1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hongb committed Jul 2, 2024
1 parent c097f71 commit 93addc0
Show file tree
Hide file tree
Showing 99 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

implementation project(':lib-tools')
implementation project(':hawkeye_widget')
// implementation "com.faithhb:toolslib:${outer.toolslib}"
implementation project(':lib-widget')
// implementation "com.faithhb:toolslib:${outer.toolslib}"
// aar中依赖的库,主项目也必须依赖,因为aar中依赖的库不会被打进aar包中
// implementation 'com.github:widgetcase:1.0.4'
// implementation(name: 'hawkeye_widget-release', ext: 'aar')
Expand Down
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ext {
]

release = [
versionName: '1.1.6',
versionCode: 116
versionName: '1.2.0',
versionCode: 120
]

setup = [
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions hawkeye_widget/build.gradle → lib-widget/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ android {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}


}

dependencies {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include ':app'
include ':hawkeye_widget'
include ':lib-widget'
include ':lib-tools'


Expand Down

0 comments on commit 93addc0

Please sign in to comment.