Skip to content

Commit

Permalink
Support Brazilian Portuguese by @baianohak (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyHai authored May 17, 2024
1 parent afb9216 commit 17da255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- 修复首次安装Root激活失败的问题
- 如果你已经安装了LSPosed或者其他Xposed框架,请不要使用Root激活,这可能会导致系统软重启
- 如果你非要在装了Xposed框架的系统上用Root激活,也请在系统启动后过几分钟,再尝试用Root激活
- Support Brazilian Portuguese by @baianohak
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
applicationId = "cn.tinyhai.ban_uninstall"
minSdk = 21
targetSdk = 34
versionCode = 6
versionName = "1.3.1"
versionCode = 7
versionName = "1.3.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 17da255

Please sign in to comment.