File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# ModuleApi
2
2
3
3
[ ![ license] ( http://img.shields.io/badge/license-Apache2.0-brightgreen.svg?style=flat )] ( https://github.com/AlbieLiang/ModuleApi/blob/master/LICENSE )
4
- [ ![ Release Version] ( https://img.shields.io/badge/release-0.1.5 -red.svg )] ( https://github.com/AlbieLiang/ModuelApi/releases )
5
- [ ![ wiki] ( https://img.shields.io/badge/wiki-0.1.5 -red.svg )] ( https://github.com/AlbieLiang/ModuleApi/wiki )
4
+ [ ![ Release Version] ( https://img.shields.io/badge/release-0.1.6 -red.svg )] ( https://github.com/AlbieLiang/ModuelApi/releases )
5
+ [ ![ wiki] ( https://img.shields.io/badge/wiki-0.1.6 -red.svg )] ( https://github.com/AlbieLiang/ModuleApi/wiki )
6
6
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( https://github.com/AlbieLiang/ModuleApi/pulls )
7
7
8
8
A across module Calling component for Android development.
@@ -21,7 +21,7 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
// 添加对ModuleApi代码生成插件的依赖
24
- classpath 'cc.suitalk.tools:module-api-ag-extension:0.1.5 '
24
+ classpath 'cc.suitalk.tools:module-api-ag-extension:<last-version> '
25
25
}
26
26
}
27
27
```
@@ -32,7 +32,7 @@ buildscript {
32
32
apply plugin: 'module-api'
33
33
34
34
dependencies {
35
- compile 'cc.suitalk.android:module-api:0.1.5 '
35
+ compile 'cc.suitalk.android:module-api:<last-version> '
36
36
}
37
37
38
38
moduleApi {
Original file line number Diff line number Diff line change 28
28
]
29
29
30
30
bintrayConfig = [
31
- version : ' 0.1.5 ' ,
31
+ version : ' 0.1.6 ' ,
32
32
siteUrl : ' https://github.com/AlbieLiang/ModuleApi' , // 项目的主页
33
33
gitUrl : ' https://github.com/AlbieLiang/ModuleApi.git' , // Git仓库的url
34
34
licenseName : ' The Apache Software License, Version 2.0' ,
39
39
]
40
40
41
41
libsDependencies = [
42
- arbitrarygen : ' cc.suitalk.tools:arbitrarygen:2.1.5 ' ,
43
- arbitrarygenSdk : ' cc.suitalk.tools:arbitrarygen-sdk:2.1.5 ' ,
44
- agGradlePlugin : ' cc.suitalk.tools:arbitrarygen-plugin:2.1.5 ' ,
42
+ arbitrarygen : ' cc.suitalk.tools:arbitrarygen:2.1.6 ' ,
43
+ arbitrarygenSdk : ' cc.suitalk.tools:arbitrarygen-sdk:2.1.6 ' ,
44
+ agGradlePlugin : ' cc.suitalk.tools:arbitrarygen-plugin:2.1.6 ' ,
45
45
]
46
46
}
You can’t perform that action at this time.
0 commit comments