Skip to content

Commit

Permalink
all: bump com.android.tools.build:gradle to 8.4.1 (fixes #2002) (#2001
Browse files Browse the repository at this point in the history
)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dogi <dogi@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dogi committed May 21, 2024
1 parent f8c6002 commit 99e8a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
NUM: ${{ github.run_number }}
run: |
echo "VERSION="$(($NUM+6050)) >> $GITHUB_ENV
echo "VERSION="$(($NUM+6049)) >> $GITHUB_ENV
echo "BRANCH="${GITHUB_REF##*/} >> $GITHUB_ENV
- name: checkout repository code
Expand Down Expand Up @@ -82,6 +82,7 @@ jobs:
track: internal
releaseName: "${{ env.VERSION }}"
status: completed
changesNotSentForReview: true

# - name: mobile security framework
# run: |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.4.0'
classpath 'com.android.tools.build:gradle:8.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 99e8a64

Please sign in to comment.