Skip to content

Releases: cat-x/SwitchLanguage

SwitchLanguage 0.23

03 Apr 09:02

Choose a tag to compare

编译修改备用

SwitchLanguage 0.22

03 Apr 08:52

Choose a tag to compare

增加Context的扩展函数

SwitchLanguage 0.21

03 Apr 08:30

Choose a tag to compare

依赖方式更改

SwitchLanguage 0.20

03 Apr 07:15

Choose a tag to compare

In your root path build.gradle:

allprojects {
        repositories {
            maven { url "https://jitpack.io" }
        }
    }

In your Application Dir build.gradle:

dependencies {
    implementation 'com.github.cat-x:SwitchLanguage:0.20'
    implementation 'com.github.cat-x:LStorage:0.10'
}

SwitchLanguage 0.10

02 Apr 10:03

Choose a tag to compare

一个使用kotlin编写的APP语言切换库