Skip to content

Commit

Permalink
Exclude VCS info from apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Drumber committed Aug 4, 2024
1 parent 02dc247 commit cc86ba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
run: echo y | /usr/local/lib/android/sdk/cmdline-tools/latest/bin/sdkmanager --install "build-tools;34.0.0" "platforms;android-34"
- name: Uninstall build-tools 35.0.0
run: echo y | /usr/local/lib/android/sdk/cmdline-tools/latest/bin/sdkmanager --uninstall "build-tools;35.0.0"
- name: List installed build-tools
run: /usr/local/lib/android/sdk/cmdline-tools/latest/bin/sdkmanager --list_installed
- name: List android SDK files
run: ls -Rl /usr/local/lib/android
- name: Build release with Gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ android {
"proguard-rules.pro"
)
signingConfig = signingConfigs.getByName("debug")
vcsInfo.include = false
}

getByName("debug") {
Expand Down

0 comments on commit cc86ba7

Please sign in to comment.