Skip to content

Commit

Permalink
Upgraded TARGET_SDK to 30 and used to default buildToolsVersion version
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Apr 11, 2021
1 parent a524456 commit 2037b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion omniNotes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2037b4b

Please sign in to comment.