diff --git a/gradle.properties b/gradle.properties index f6ce58298..ab7ac292e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ VERSION_NAME=6.1.0 Alpha 2 VERSION_CODE=292 PACKAGE=it.feio.android.omninotes MIN_SDK=19 -TARGET_SDK=29 +TARGET_SDK=30 BUILD_TOOLS=29.0.2 android.enableJetifier=true diff --git a/omniNotes/build.gradle b/omniNotes/build.gradle index cc5d740ce..6c9568c8b 100644 --- a/omniNotes/build.gradle +++ b/omniNotes/build.gradle @@ -37,7 +37,7 @@ if (signConfigExists) { android { compileSdkVersion Integer.parseInt(project.TARGET_SDK) - buildToolsVersion project.BUILD_TOOLS +// buildToolsVersion project.BUILD_TOOLS defaultConfig { applicationId project.PACKAGE