File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33* 项目地址:[ Github] ( https://github.com/getActivity/MultiLanguages )
44
5- * 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[ 点击此处可直接下载] ( https://github.com/getActivity/MultiLanguages/releases/download/9.3 /MultiLanguages.apk )
5+ * 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[ 点击此处可直接下载] ( https://github.com/getActivity/MultiLanguages/releases/download/9.5 /MultiLanguages.apk )
66
77![ ] ( picture/demo_code.png )
88
@@ -37,7 +37,7 @@ dependencyResolutionManagement {
3737``` groovy
3838dependencies {
3939 // 语种切换框架:https://github.com/getActivity/MultiLanguages
40- implementation 'com.github.getActivity:MultiLanguages:9.3 '
40+ implementation 'com.github.getActivity:MultiLanguages:9.5 '
4141}
4242```
4343
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " com.hjq.language.demo"
99 minSdkVersion 16
1010 targetSdkVersion 34
11- versionCode 930
12- versionName " 9.3 "
11+ versionCode 950
12+ versionName " 9.5 "
1313 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1414 }
1515
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ android {
55
66 defaultConfig {
77 minSdkVersion 14
8- versionCode 930
9- versionName " 9.3 "
8+ versionCode 950
9+ versionName " 9.5 "
1010 }
1111
1212 android. libraryVariants. configureEach { variant ->
You can’t perform that action at this time.
0 commit comments