File tree Expand file tree Collapse file tree 5 files changed +6
-34
lines changed Expand file tree Collapse file tree 5 files changed +6
-34
lines changed Original file line number Diff line number Diff line change 41
41
# Compile release apks
42
42
- run :
43
43
name : Compile APKs
44
- command : ./gradlew assembleRelease
44
+ command : ./gradlew assembleRegularRelease
45
45
46
46
47
47
# Copy APK files to artifacts
62
62
# Upload to beta if requested and then publish webhooks
63
63
- run :
64
64
name : Publish to Google Play
65
- command : scripts/webhooks .sh
65
+ command : scripts/upload-apks .sh
66
66
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Android Network Tools ![ image] ( ./app/src/main/res/mipmap-xhdpi/ic_launcher.png )
2
2
3
3
[ ![ 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 )
5
5
6
6
Disapointed by the lack of good network apis in android / java I developed a collection of handy networking tools for everyday android development.
7
7
Original file line number Diff line number Diff line change 6
6
ls -al .circleci/
7
7
echo $ANDROID_NETWORK_TOOLS_DECRYPTKEY1
8
8
9
+ # Encrypted using openssl 1.1.0g
10
+
9
11
# Encrypt
10
12
# openssl aes-256-cbc -e -in key.p12 -out .circleci/key.p12.enc -k $ANDROID_NETWORK_TOOLS_DECRYPTKEY1
11
13
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function webhook {
11
11
12
12
# TESTING WEBHOOK https://hooks.slack.com/services/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
13
13
14
- app_name=" Sample App"
14
+ app_name=" Android Network Tools Sample App"
15
15
icon_url=" https://github.com/stealthcopter/AndroidNetworkTools/raw/master/app/src/main/res/mipmap-xhdpi/ic_launcher.png"
16
16
17
17
echo $message
@@ -54,9 +54,6 @@ GIT_CURRENT_BRANCH=`git rev-parse --abbrev-ref HEAD`
54
54
# fi
55
55
56
56
57
- # UNCOMMENT TO TEST
58
- GIT_COMMIT_DESC=" #DEPLOY"
59
-
60
57
# Print the git commit message
61
58
echo " Git commit message: ${GIT_COMMIT_DESC} "
62
59
You can’t perform that action at this time.
0 commit comments