Skip to content

Commit

Permalink
Form开发
Browse files Browse the repository at this point in the history
  • Loading branch information
Chooongg committed Dec 19, 2022
1 parent 62e74c3 commit 0110cc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion basic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {

api 'com.tencent:mmkv:1.2.14'
// 调试工具
implementation 'com.facebook.stetho:stetho:1.6.0'
api 'com.facebook.stetho:stetho:1.6.0'
}

afterEvaluate {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ task clean(type: Delete) {

ext {
versionCode = 1
versionName = "1.0.41"
versionName = "1.0.42"
sdkConfig = [
compileSdk: 33,
minSdk : 21,
Expand Down
4 changes: 2 additions & 2 deletions net/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ dependencies {
api 'com.squareup.retrofit2:converter-gson:2.9.0'
api 'com.squareup.retrofit2:converter-scalars:2.9.0'
// 调试工具-拦截器
implementation 'com.facebook.stetho:stetho-okhttp3:1.6.0'
implementation 'com.localebro:okhttpprofiler:1.0.8'
api 'com.facebook.stetho:stetho-okhttp3:1.6.0'
api 'com.localebro:okhttpprofiler:1.0.8'
}

afterEvaluate {
Expand Down

0 comments on commit 0110cc3

Please sign in to comment.