Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
R3.8.11
Browse files Browse the repository at this point in the history
修复前台服务appops修改为deny或foreground模式造成的崩溃。
  • Loading branch information
ryuunoakaihitomi committed Jun 17, 2021
1 parent 2abbd7f commit 54644eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ android {
//targetSdkVersion compileSdkVersion
targetSdkVersion 30
// 版本号:发布日期
versionCode 20210608
versionCode 20210617
// 版本名说明: R3.x.y.z (R3:Refactoring 第三次重构,z:Quick Fix序号)
versionName 'R3.8.10'
versionName 'R3.8.11'
resConfigs "en", "zh-rCN"

buildConfigField 'String', 'BUILD_TIME', '\"' + new Date() + '\"'
Expand Down Expand Up @@ -102,7 +102,7 @@ dependencies {
implementation "dev.rikka.shizuku:api:$shizuku_version"
implementation "dev.rikka.shizuku:provider:$shizuku_version"

implementation 'github.ryuunoakaihitomi.poweract:poweract:1.4.6'
implementation 'github.ryuunoakaihitomi.poweract:poweract:1.4.7'
implementation 'github.ryuunoakaihitomi.retoast:retoast:1.4.1'
implementation 'com.github.GrenderG:Toasty:1.5.0'
implementation 'com.github.topjohnwu.libsu:core:3.1.2'
Expand Down

0 comments on commit 54644eb

Please sign in to comment.