Compatible Android 15
This commit is contained in:
parent
a54441f679
commit
243da01168
2 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ val verCode by lazy { "git rev-list --count HEAD".exec().toInt() }
|
|||
|
||||
android {
|
||||
namespace = "cn.super12138.todo"
|
||||
compileSdk = 34
|
||||
compileSdk = 35
|
||||
|
||||
// 获取 Release 签名
|
||||
val releaseSigning = if (project.hasProperty("releaseStoreFile")) {
|
||||
|
|
@ -30,7 +30,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId = "cn.super12138.todo"
|
||||
minSdk = 24
|
||||
targetSdk = 34
|
||||
targetSdk = 35
|
||||
versionCode = verCode
|
||||
versionName = "${baseVersionName}-${commitHash}"
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.ToDo"
|
||||
tools:targetApi="34">
|
||||
tools:targetApi="35">
|
||||
|
||||
<activity
|
||||
android:name=".views.main.MainActivity"
|
||||
|
|
|
|||
Loading…
Reference in a new issue