Skip to content

Commit

Permalink
feat: target sdk 35
Browse files Browse the repository at this point in the history
  • Loading branch information
axiel7 committed Aug 1, 2024
1 parent fa65e18 commit 71ca1d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ val appPackageName = "com.axiel7.anihyou"

android {
namespace = appPackageName
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = appPackageName
minSdk = 23
targetSdk = 34
targetSdk = 35
versionCode = 78
versionName = "1.3.4"
setProperty("archivesBaseName", "anihyou-$versionName")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ appcompat = "1.7.0"
benchmarkMacroJunit4 = "1.2.4"
coilVersion = "3.0.0-alpha09"
composeMarkdown = "92ce641022"
coreSplashscreen = "1.0.1"
coreSplashscreen = "1.2.0-alpha01"
datastorePreferences = "1.1.1"
desugar_jdk_libs = "2.0.4"
glanceAppwidget = "1.1.0"
Expand Down

0 comments on commit 71ca1d7

Please sign in to comment.