Skip to content

Commit 14b5b28

Browse files
committed
maven central publishing
1 parent 290141f commit 14b5b28

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,4 @@ jobs:
9393
then
9494
./misc/download_google_publisher_json.sh;
9595
./gradlew publish;
96-
fi
97-
98-
# - deploy:
99-
# name: "Publish to Google Play"
100-
# command: |
101-
# if [ "${CIRCLE_BRANCH}" == "master" ];
102-
# then
103-
# ./misc/download_google_publisher_json.sh;
104-
# ./gradlew publishApkRelease
105-
# fi
96+
fi

0 commit comments

Comments
 (0)