-
Notifications
You must be signed in to change notification settings - Fork 6
1. 引入依赖
Reborn edited this page Dec 10, 2019
·
1 revision
(可选)项目的 build.gradle 中加入:
当 JCenter 无法链接的时候可以尝试使用
allprojects {
repositories {
// ...
maven { url "https://dl.bintray.com/rebornq/maven/" }
}
}
app.gradle 中加入:
implementation 'com.mallotec.reb:plugin-locale:{last-version}'
注意:
{last-version}
要替换为最新版本号,最新版本链接:https://bintray.com/rebornq/maven/plugin-locale/_latestVersion