Skip to content

Commit

Permalink
Merge pull request #65 from marcellogalhardo/bump-build-tools
Browse files Browse the repository at this point in the history
Bump build tools
  • Loading branch information
marcellogalhardo authored Apr 18, 2022
2 parents 478bd6e + 9e5d295 commit 0b186f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions navigation-view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ ext {
apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"

android {
compileSdkVersion 31
buildToolsVersion "30.0.2"
compileSdkVersion 32
buildToolsVersion "30.0.3"

defaultConfig {
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 32
versionCode 1
versionName "1.0"

Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'signing'

ext {
PUBLISH_GROUP_ID = 'dev.marcellogalhardo'
PUBLISH_VERSION = '0.14.1'
PUBLISH_VERSION = '0.15.0'
}

task androidSourcesJar(type: Jar) {
Expand Down

0 comments on commit 0b186f0

Please sign in to comment.