修复 截图无限裁切 功能导致的崩溃问题 (#172)

* 同时更新依赖
* 允许应用横屏
This commit is contained in:
YuKongA
2022-06-28 00:51:43 +08:00
committed by GitHub
parent 3cd3b87707
commit 4246e2910e
4 changed files with 6 additions and 7 deletions

View File

@@ -6,12 +6,12 @@ plugins {
}
android {
compileSdk = 32
buildToolsVersion = "32.0.0"
compileSdk = 33
buildToolsVersion = "33.0.0"
defaultConfig {
applicationId = "com.lt2333.simplicitytools"
minSdk = 31
targetSdk = 32
targetSdk = 33
versionCode = 67
versionName = "1.6.6"
}