Skip to content

Commit

Permalink
Target SDK 35
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Jun 19, 2024
1 parent 31d3782 commit 4123725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ cmaker {

android {
namespace = "me.iacn.biliroaming"
compileSdk = 34
buildToolsVersion = "34.0.0"
compileSdk = 35
buildToolsVersion = "35.0.0"
ndkVersion = "27.0.11718014-beta1"

buildFeatures {
Expand All @@ -60,7 +60,7 @@ android {
defaultConfig {
applicationId = "me.iacn.biliroaming"
minSdk = 24
targetSdk = 34 // Target Android U
targetSdk = 35 // Target Android U
versionCode = appVerCode
versionName = appVerName
}
Expand Down

0 comments on commit 4123725

Please sign in to comment.