Skip to content

Commit

Permalink
Raise Compile SDK to Android 15
Browse files Browse the repository at this point in the history
  • Loading branch information
janseeger committed Nov 15, 2024
1 parent 06d7ead commit 37548a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AndroidLibraryBasePlugin: Plugin<Project> {

extensions.configure<LibraryExtension> {
namespace = "de.sipgate.${target.name.replace("-", ".")}"
compileSdk = 34
compileSdk = 35

defaultConfig.minSdk = 23
}
Expand Down

0 comments on commit 37548a7

Please sign in to comment.