Skip to content

Commit dd472b4

Browse files
committed
release v1.0.9
1 parent e956aa7 commit dd472b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ dependencies {
6161
// LocalePlugin
6262
debugImplementation project(':plugin-locale')
6363
// debugImplementation(name: 'plugin-locale-debug', ext: 'aar')
64-
releaseImplementation 'com.mallotec.reb:plugin-locale:1.0.8'
64+
releaseImplementation 'com.mallotec.reb:plugin-locale:1.0.9'
6565
}

plugin-locale/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
// 版本号,下次更新是只需要更改版本号即可
6-
version = "1.0.8"
6+
version = "1.0.9"
77

88
android {
99
compileSdkVersion 29

0 commit comments

Comments
 (0)