Skip to content

Commit

Permalink
gradle: Bump compile SDK to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
mikooomich committed Aug 24, 2024
1 parent 14d5587 commit 3ae4041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

android {
namespace = "com.dd3boh.outertune"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.dd3boh.outertune"
Expand Down
2 changes: 1 addition & 1 deletion ffMetadataEx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

android {
namespace = "com.dd3boh.ffmpegex"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 24
Expand Down

0 comments on commit 3ae4041

Please sign in to comment.