File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818 env :
1919 NUM : ${{ github.run_number }}
2020 run : |
21- echo "VERSION="$(($NUM+6050 )) >> $GITHUB_ENV
21+ echo "VERSION="$(($NUM+6049 )) >> $GITHUB_ENV
2222 echo "BRANCH="${GITHUB_REF##*/} >> $GITHUB_ENV
2323
2424 - name : checkout repository code
8282 track : internal
8383 releaseName : " ${{ env.VERSION }}"
8484 status : completed
85+ changesNotSentForReview : true
8586
8687# - name: mobile security framework
8788# run: |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments