File tree Expand file tree Collapse file tree 8 files changed +16
-4
lines changed
Expand file tree Collapse file tree 8 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v3
1616
17+ # ###############################
18+ # Update Version Code #
19+ # ###############################
1720 - name : Update Android Version code
1821 run : ./gradlew updateVersionCode
1922
3235 echo "about.commitFull=$(git rev-parse "$GITHUB_SHA")" >> ./app/src/main/assets/about.properties
3336 echo "about.github=https://github.com/glpi-project/android-inventory-agent" >> ./app/src/main/assets/about.properties
3437
35- - name : Check repo git status
36- run : git status
38+ - name : Push Updated Version On AndroidManifest
39+ uses : EndBug/add-and-commit@v9
40+ with :
41+ default_author : github_actions
42+ message : " ci(release): update version on android manifest"
43+
3744
45+ # #########################################
46+ # Push / Pull translation files #
47+ # #########################################
3848 # Push Transifex
3949 - name : Push source file using transifex client
4050 uses : transifex/cli-action@v2
5363 args : pull --force --all --minimum-perc=80
5464 token : ${{ secrets.TX_TOKEN }}
5565
66+
67+ # #############################################
68+ # Prepare / Build project APK / AAR / JAR #
69+ # #############################################
5670 # Build app
5771 - name : Build with Gradle
5872 run : ./gradlew assemble
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ In this android project we used to:
99
1010- Deploy to Google play beta
1111- Deploy to Google play production
12- - Send message to telegram with success or fail
1312
1413## How to use
1514
@@ -25,4 +24,3 @@ In Fastfile has our function:
2524
2625- To sign the apk
2726- To zip and align the apk
28- - To send message to telegram
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments