Skip to content

Commit

Permalink
Try circle-ci triplet fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Mar 30, 2023
1 parent 40e4bb4 commit a9e6c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ jobs:
- run: cat android/build.gradle

- run: cat android/app/build.gradle
#- run: sed -i "/AGP_VERSION/aclasspath 'com.github.triplet.gradle:play-publisher:3.7.0'" android/app/build.gradle # NEEDS FIXING
- run: sed -i "/dependencies/aclasspath 'com.github.triplet.gradle:play-publisher:3.7.0'" android/app/build.gradle
# repositories { maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
- run: echo "buildscript { repositories { maven { url 'https://plugins.gradle.org/m2/' } } dependencies { classpath 'com.github.triplet.gradle:play-publisher:3.7.0' } }" >>android/app/build.gradle
#- run: echo "buildscript { repositories { maven { url 'https://plugins.gradle.org/m2/' } } dependencies { classpath 'com.github.triplet.gradle:play-publisher:3.7.0' } }" >>android/app/build.gradle
- run: cat android/app/build.gradle

- run: cp mobile/build-extras.gradle android/app
Expand Down

0 comments on commit a9e6c2e

Please sign in to comment.