Skip to content

Commit

Permalink
Compile SDK 35
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Nov 2, 2024
1 parent 8681363 commit 15d831e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

android {
compileSdk = 34
compileSdk = 35
defaultConfig {
applicationId = "com.ncorti.slidetoact.example"
minSdk = 14
Expand Down
2 changes: 1 addition & 1 deletion slidetoact/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "0.12.0".plus(if (hasProperty("USE_SNAPSHOT")) "-SNAPSHOT" else "")
group = "com.ncorti"

android {
compileSdk = 34
compileSdk = 35
namespace = "com.ncorti.slidetoact"

defaultConfig {
Expand Down
3 changes: 3 additions & 0 deletions slidetoact/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>

0 comments on commit 15d831e

Please sign in to comment.