We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e956aa7 commit dd472b4Copy full SHA for dd472b4
demo/build.gradle
@@ -61,5 +61,5 @@ dependencies {
61
// LocalePlugin
62
debugImplementation project(':plugin-locale')
63
// debugImplementation(name: 'plugin-locale-debug', ext: 'aar')
64
- releaseImplementation 'com.mallotec.reb:plugin-locale:1.0.8'
+ releaseImplementation 'com.mallotec.reb:plugin-locale:1.0.9'
65
}
plugin-locale/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
apply plugin: 'kotlin-android-extensions'
4
5
// 版本号,下次更新是只需要更改版本号即可
6
-version = "1.0.8"
+version = "1.0.9"
7
8
android {
9
compileSdkVersion 29
0 commit comments