Skip to content

Commit

Permalink
little update
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Apr 8, 2024
1 parent e4e88ee commit baed7e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,19 @@ jobs:

# ref: https://github.com/marketplace/actions/automated-build-android-app-with-github-action
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'oracle'
cache: gradle

- name: Print generated version
run: gradle androidGitVersion

- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
}

plugins {
id 'com.gladed.androidgitversion' version '0.4.3'
id 'com.gladed.androidgitversion' version '0.4.14'
}

apply plugin: 'com.android.application'
Expand Down

0 comments on commit baed7e7

Please sign in to comment.