Skip to content

Commit

Permalink
fix: update compile sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
agronick committed Jan 7, 2025
1 parent 70ad990 commit d104169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def versionMinor = props.getProperty("minorVersion") as Integer
def versionPatch = props.getProperty("patchVersion") as Integer

android {
compileSdk 34
compileSdk 35
namespace = "com.agronick.launcher"

defaultConfig {
Expand Down

0 comments on commit d104169

Please sign in to comment.