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

Commit

Permalink
R3.8.7.1
Browse files Browse the repository at this point in the history
快速修复:
修复Android 11的强制模式功能
  • Loading branch information
ryuunoakaihitomi committed May 30, 2021
1 parent 15578fd commit 20bc6bd
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 @@ -15,9 +15,9 @@ android {
//targetSdkVersion compileSdkVersion
targetSdkVersion 30
// 版本号:发布日期
versionCode 20210530
versionCode 20210531
// 版本名说明: R3.x.y.z (R3:Refactoring 第三次重构,z:Quick Fix序号)
versionName 'R3.8.7'
versionName 'R3.8.7.1'
resConfigs "en", "zh-rCN"

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

implementation 'github.ryuunoakaihitomi.poweract:poweract:1.4.5'
implementation 'github.ryuunoakaihitomi.poweract:poweract:1.4.6'
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 20bc6bd

Please sign in to comment.