Skip to content

Commit ad97603

Browse files
committed
Updated broken CI badge in readme
1 parent 9e7f223 commit ad97603

File tree

5 files changed

+6
-34
lines changed

5 files changed

+6
-34
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Compile release apks
4242
- run:
4343
name: Compile APKs
44-
command: ./gradlew assembleRelease
44+
command: ./gradlew assembleRegularRelease
4545

4646

4747
# Copy APK files to artifacts
@@ -62,5 +62,5 @@ jobs:
6262
# Upload to beta if requested and then publish webhooks
6363
- run:
6464
name: Publish to Google Play
65-
command: scripts/webhooks.sh
65+
command: scripts/upload-apks.sh
6666

.circleci/old_config.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Android Network Tools ![image](./app/src/main/res/mipmap-xhdpi/ic_launcher.png)
22

33
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-AndroidNetworkTools-green.svg?style=true)](https://android-arsenal.com/details/1/3112)
4-
[![circlci](https://circleci.com/gh/:stealthcopter/:AndroidNetworkTools.png?style=shield&circle-token=:e46ddda1fe795e278fe838cf59d103d4a694c277)](https://circleci.com/gh/stealthcopter/AndroidNetworkTools.png?style=shield&circle-token=:e46ddda1fe795e278fe838cf59d103d4a694c277)
4+
[![CircleCI](https://circleci.com/gh/stealthcopter/AndroidNetworkTools.svg?style=svg)](https://circleci.com/gh/stealthcopter/AndroidNetworkTools)
55

66
Disapointed by the lack of good network apis in android / java I developed a collection of handy networking tools for everyday android development.
77

scripts/decrypt-secrets.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
ls -al .circleci/
77
echo $ANDROID_NETWORK_TOOLS_DECRYPTKEY1
88

9+
# Encrypted using openssl 1.1.0g
10+
911
# Encrypt
1012
#openssl aes-256-cbc -e -in key.p12 -out .circleci/key.p12.enc -k $ANDROID_NETWORK_TOOLS_DECRYPTKEY1
1113

scripts/webhooks.sh renamed to scripts/upload-apks.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function webhook {
1111

1212
# TESTING WEBHOOK https://hooks.slack.com/services/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
1313

14-
app_name="Sample App"
14+
app_name="Android Network Tools Sample App"
1515
icon_url="https://github.com/stealthcopter/AndroidNetworkTools/raw/master/app/src/main/res/mipmap-xhdpi/ic_launcher.png"
1616

1717
echo $message
@@ -54,9 +54,6 @@ GIT_CURRENT_BRANCH=`git rev-parse --abbrev-ref HEAD`
5454
# fi
5555

5656

57-
# UNCOMMENT TO TEST
58-
GIT_COMMIT_DESC="#DEPLOY"
59-
6057
# Print the git commit message
6158
echo "Git commit message: ${GIT_COMMIT_DESC}"
6259

0 commit comments

Comments
 (0)