Skip to content

Commit 8f99fde

Browse files
committed
chore: 发布1.1.1版本
1 parent 091ca4b commit 8f99fde

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Module`build.gradle`中接入Magic-Box. 可选插入android-aop依赖插件, 引
7777
apply plugin: 'cn.jesse.aop.android-aop'
7878
7979
dependencies {
80-
compile 'com.github.hijesse:magic-box:1.1.0'
80+
compile 'com.github.hijesse:magic-box:1.1.1'
8181
}
8282
```
8383

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ dependencies {
5757
implementation fileTree(dir: 'libs', include: ['*.jar'])
5858
implementation rootProject.ext.dep['appcompat']
5959

60-
api project(path: ':magicbox')
60+
// api project(path: ':magicbox')
61+
implementation 'com.github.hijesse:magic-box:1.1.1'
6162
implementation rootProject.ext.dep['okhttp']
6263
}

config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ext {
66
"targetSdkVersion" : 29,
77
"minSdkVersion" : 16,
88
"compileSdkVersion": 29,
9-
"versionCode" : 4,
10-
"versionName" : '1.1.0',
9+
"versionCode" : 5,
10+
"versionName" : '1.1.1',
1111
"buildToolsVersion": '29.0.2',
1212
]
1313

0 commit comments

Comments
 (0)