提交 9a166b9b 编写于 作者: J jackjintai

android: add sdk v3.1.6 and v3.0.7.1

上级 36acadf6
#!/usr/bin/env bash
echo -n "please enter bintray userid ->"
read userid_bintray
echo -n "please enter bintray apikey ->"
read apikey_bintray
../gradlew clean build bintrayUpload -PbintrayUser=${userid_bintray} -PbintrayKey=${apikey_bintray} -PdryRun=false
\ No newline at end of file
#!/usr/bin/env bash
echo -n "please enter bintray userid ->"
read userid_bintray
echo -n "please enter bintray apikey ->"
read apikey_bintray
../gradlew clean build bintrayUpload -PbintrayUser=${userid_bintray} -PbintrayKey=${apikey_bintray} -PdryRun=false
\ No newline at end of file
......@@ -3,7 +3,7 @@
|DoKit|最新版本|描述|
|-|-|-|
|支持Androidx|3.1.6|从v3.1.0版本开始支持androidx|
|支持android support|3.0.6|3.0.6版本对应3.1.5的功能,后期support将会不定期更新,主要还是看社区的反馈,请大家尽快升级和适配Androidx|
|支持android support|3.0.7.1|3.0.7.1版本对应3.1.6的功能,后期support将会不定期更新,主要还是看社区的反馈,请大家尽快升级和适配Androidx|
#### 1. Gradle 依赖
......
......@@ -3,7 +3,7 @@
|DoKit|new Version|Desc|
|- |- |- |
|support Androidx|3.1.6|support Androidx from v3.1.0|
|supprot android support|3.0.6|Version 3.0.6 corresponds to the function of 3.1.5. Later support will be updated from time to time, mainly based on community feedback, please upgrade and adapt to Androidx as soon as possible|
|supprot android support|3.0.7.1|Version 3.0.7.1 corresponds to the function of 3.1.6. Later support will be updated from time to time, mainly based on community feedback, please upgrade and adapt to Androidx as soon as possible|
#### 1. DoKit SDK Dependencie
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册