Skip to content

Commit

Permalink
update: gha
Browse files Browse the repository at this point in the history
  • Loading branch information
ViscousPot committed Oct 11, 2024
1 parent af8c762 commit 6be13ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-apk-aab-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
keyAlias: ${{ secrets.RELEASE_SIGNING_ALIAS }}
keyStorePassword: ${{ secrets.RELEASE_SIGNING_PASSWORD }}
keyPassword: ${{ secrets.RELEASE_SIGNING_PASSWORD }}
buildToolsVersion: 34.0.0


- name: Split
Expand Down
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
android {
namespace = "com.viscouspot.gitsync"
compileSdk = 34
buildToolsVersion = "34.0.0"

defaultConfig {
applicationId = "com.viscouspot.gitsync"
Expand Down

0 comments on commit 6be13ba

Please sign in to comment.