-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
guidongqi
committed
Nov 10, 2019
1 parent
2c10e8f
commit 7422539
Showing
9 changed files
with
100 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## CHANGELOG | ||
|
||
### v0.0.7 | ||
- 去除强制覆盖重写```attachBaseContext```方法逻辑。 | ||
|
||
- 如果类里原来重写了该方法需要手动加上 | ||
|
||
``` super.attachBaseContext(MultiLanguage.setLocal(newBase));```, | ||
|
||
- 或者在插件配置里```overwriteClass```里加上全路径包名后插件覆盖重写 | ||
|
||
``` | ||
multiLanguages { | ||
enable = true | ||
overwriteClass = ["com.github.jokar.multilanguages.BaseActivity"] | ||
} | ||
``` | ||
### v0.0.6 | ||
- 支持androidx | ||
- 支持androidx-v1.1.0版本 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1536m | |
# org.gradle.parallel=true | ||
android.enableD8=true | ||
|
||
version=0.0.6 | ||
version=0.0.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters