File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
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+6048 )) >> $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 1
1
apply plugin : ' com.android.application'
2
2
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" ) + " "
5
5
6
6
android {
7
7
namespace ' io.treehouses.remote'
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