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 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
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
66Disapointed by the lack of good network apis in android / java I developed a collection of handy networking tools for everyday android development.
77
Original file line number Diff line number Diff line change 66ls -al .circleci/
77echo $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
Original file line number Diff line number Diff 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
6158echo " Git commit message: ${GIT_COMMIT_DESC} "
6259
You can’t perform that action at this time.
0 commit comments