Skip to content

Commit d104169

Browse files
committed
fix: update compile sdk
1 parent 70ad990 commit d104169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def versionMinor = props.getProperty("minorVersion") as Integer
99
def versionPatch = props.getProperty("patchVersion") as Integer
1010

1111
android {
12-
compileSdk 34
12+
compileSdk 35
1313
namespace = "com.agronick.launcher"
1414

1515
defaultConfig {

0 commit comments

Comments
 (0)