File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 18
18
env :
19
19
NUM : ${{ github.run_number }}
20
20
run : |
21
- echo "VERSION="$(($NUM+6050 )) >> $GITHUB_ENV
21
+ echo "VERSION="$(($NUM+6049 )) >> $GITHUB_ENV
22
22
echo "BRANCH="${GITHUB_REF##*/} >> $GITHUB_ENV
23
23
24
24
- name : checkout repository code
82
82
track : internal
83
83
releaseName : " ${{ env.VERSION }}"
84
84
status : completed
85
+ changesNotSentForReview : true
85
86
86
87
# - name: mobile security framework
87
88
# run: |
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:8.4.0 '
10
+ classpath ' com.android.tools.build:gradle:8.4.1 '
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
12
13
13
// NOTE: Do not place your application dependencies here; they belong
You can’t perform that action at this time.
0 commit comments