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 a9e6c2e commit e5aca85
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,14 @@ jobs:

- run: cat android/build.gradle
- run: sed -i "/mavenCentral/amaven { url 'https://plugins.gradle.org/m2/' }" android/build.gradle
- run: sed -i "/dependencies/aclasspath 'com.github.triplet.gradle:play-publisher:3.7.0'" android/build.gradle
- run: cat android/build.gradle

- run: cat android/app/build.gradle
- run: sed -i "/dependencies/aclasspath 'com.github.triplet.gradle:play-publisher:3.7.0'" android/app/build.gradle
#- run: cat android/app/build.gradle
#- 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: cat android/app/build.gradle
#- run: cat android/app/build.gradle

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

0 comments on commit e5aca85

Please sign in to comment.