Skip to content

Commit

Permalink
triplet.play to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Liubov Danilina committed Jan 11, 2024
1 parent 3515b0f commit 6ad5bc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
./android/app/build/outputs/bundle/release/app-release.aab
Android-Play-Store-Distribution:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
# if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
needs: Android-App-Build
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 5 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'com.android.application'
id("com.github.triplet.play") version "3.8.6"
}

import com.android.build.OutputFile
Expand Down Expand Up @@ -249,6 +250,10 @@ android {
signingConfig signingConfigs.release
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"

play {
track.set("internal")
}
}
}

Expand Down

0 comments on commit 6ad5bc7

Please sign in to comment.