Skip to content

Commit e007b02

Browse files
dependabot[bot]dogi
andcommitted
all: bump com.android.tools.build:gradle to 8.4.1 (fixes #2002) (#2001)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi <[email protected]>
1 parent f8c6002 commit e007b02

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/android-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
NUM: ${{ github.run_number }}
2020
run: |
21-
echo "VERSION="$(($NUM+6050)) >> $GITHUB_ENV
21+
echo "VERSION="$(($NUM+6048)) >> $GITHUB_ENV
2222
echo "BRANCH="${GITHUB_REF##*/} >> $GITHUB_ENV
2323
2424
- name: checkout repository code
@@ -82,6 +82,7 @@ jobs:
8282
track: internal
8383
releaseName: "${{ env.VERSION }}"
8484
status: completed
85+
changesNotSentForReview: true
8586

8687
# - name: mobile security framework
8788
# run: |

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
3-
def appVersionCode = (System.env.GITHUB_RUN_NUMBER ? Integer.valueOf(System.env.GITHUB_RUN_NUMBER) : 2) + 6050
4-
def appVersionName = (System.env.GITHUB_RUN_NUMBER ? Integer.valueOf(System.env.GITHUB_RUN_NUMBER) + 6050: "1.0.0") + ""
3+
def appVersionCode = (System.env.GITHUB_RUN_NUMBER ? Integer.valueOf(System.env.GITHUB_RUN_NUMBER) : 2) + 6048
4+
def appVersionName = (System.env.GITHUB_RUN_NUMBER ? Integer.valueOf(System.env.GITHUB_RUN_NUMBER) + 6048: "1.0.0") + ""
55

66
android {
77
namespace 'io.treehouses.remote'

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
google()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.4.0'
10+
classpath 'com.android.tools.build:gradle:8.4.1'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

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

0 commit comments

Comments
 (0)