fix: #314 F-Droid 无法使用 AGP 8.12.0 构建
This commit is contained in:
parent
607bf92b98
commit
8ffb0513d0
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ android {
|
|||
applicationId = "cn.super12138.todo"
|
||||
minSdk = 24
|
||||
targetSdk = 36
|
||||
versionCode = 789
|
||||
versionCode = 791
|
||||
versionName = "2.3.3"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ junit = "4.13.2"
|
|||
junitVersion = "1.3.0"
|
||||
espressoCore = "3.7.0"
|
||||
# Plugins
|
||||
agp = "8.12.0"
|
||||
agp = "8.11.1"
|
||||
kotlin = "2.2.0"
|
||||
ksp = "2.2.0-2.0.2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue