-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from novid20org/feature/release-101
SDK Release 1.0.1
- Loading branch information
Showing
28 changed files
with
580 additions
and
136 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,159 @@ | ||
--- | ||
format_version: '8' | ||
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git | ||
project_type: android | ||
trigger_map: | ||
- push_branch: master | ||
workflow: deploy-master | ||
- push_branch: "*" | ||
workflow: primary | ||
- pull_request_source_branch: "*" | ||
workflow: primary | ||
workflows: | ||
primary: | ||
steps: | ||
- [email protected]: | ||
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}' | ||
- [email protected]: {} | ||
- [email protected]: {} | ||
- [email protected]: | ||
inputs: | ||
- gradlew_path: "$PROJECT_LOCATION/gradlew" | ||
- [email protected]: | ||
inputs: | ||
- new_version_name: 1.0.$BITRISE_BUILD_NUMBER | ||
- build_gradle_path: "$PROJECT_LOCATION/$MODULE/build.gradle" | ||
- gradle-runner@1: | ||
title: gradlew assemble | ||
inputs: | ||
- gradle_file: "./app/build.gradle" | ||
- gradlew_path: "./gradlew" | ||
- [email protected]: | ||
inputs: | ||
- android_app: "./app/build/outputs/apk/georgiaDev/release/app-georgia-dev-release-unsigned.apk|./app/build/outputs/apk/georgiaLive/release/app-georgia-live-release-unsigned.apk|./app/build/outputs/apk/novidDev/release/app-novid-dev-release-unsigned.apk|./app/build/outputs/apk/novidLive/release/app-novid-live-release-unsigned.apk" | ||
- script@1: | ||
title: Move APKs to Bitrise Deploy Dir | ||
inputs: | ||
- content: | | ||
#!/usr/bin/env bash | ||
# fail if any commands fails | ||
set -e | ||
# debug log | ||
set -x | ||
echo "Moving APKs to Bitrise Deploy dir: $BITRISE_DEPLOY_DIR" | ||
mv ./app/build/outputs/apk/*/*/*.apk $BITRISE_DEPLOY_DIR | ||
- [email protected]: {} | ||
- [email protected]: {} | ||
envs: | ||
- opts: | ||
is_expand: false | ||
VARIANT: novidDevDebug | ||
deploy-master: | ||
description: | | ||
## How to get a signed APK | ||
This workflow contains the **Sign APK** step. To sign your APK all you have to do is to: | ||
1. Click on **Code Signing** tab | ||
1. Find the **ANDROID KEYSTORE FILE** section | ||
1. Click or drop your file on the upload file field | ||
1. Fill the displayed 3 input fields: | ||
1. **Keystore password** | ||
1. **Keystore alias** | ||
1. **Private key password** | ||
1. Click on **[Save metadata]** button | ||
That's it! From now on, **Sign APK** step will receive your uploaded files. | ||
## To run this workflow | ||
If you want to run this workflow manually: | ||
1. Open the app's build list page | ||
2. Click on **[Start/Schedule a Build]** button | ||
3. Select **deploy** in **Workflow** dropdown input | ||
4. Click **[Start Build]** button | ||
Or if you need this workflow to be started by a GIT event: | ||
1. Click on **Triggers** tab | ||
2. Setup your desired event (push/tag/pull) and select **deploy** workflow | ||
3. Click on **[Done]** and then **[Save]** buttons | ||
The next change in your repository that matches any of your trigger map event will start **deploy** workflow. | ||
steps: | ||
- [email protected]: | ||
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}' | ||
- [email protected]: {} | ||
- [email protected]: {} | ||
- [email protected]: | ||
inputs: | ||
- gradlew_path: "$PROJECT_LOCATION/gradlew" | ||
- [email protected]: | ||
inputs: | ||
- new_version_name: 1.0.$BITRISE_BUILD_NUMBER | ||
- build_gradle_path: "$PROJECT_LOCATION/$MODULE/build.gradle" | ||
- [email protected]: | ||
inputs: | ||
- project_location: "$PROJECT_LOCATION" | ||
- module: "$MODULE" | ||
- variant: "$VARIANT" | ||
- [email protected]: | ||
inputs: | ||
- project_location: "$PROJECT_LOCATION" | ||
- module: "$MODULE" | ||
- variant: "$VARIANT" | ||
- [email protected]: | ||
inputs: | ||
- project_location: "$PROJECT_LOCATION" | ||
- module: "$MODULE" | ||
- variant: "$VARIANT" | ||
title: Android Build Novid20 | ||
- [email protected]: | ||
run_if: '{{getenv "BITRISEIO_ANDROID_KEYSTORE_URL" | ne ""}}' | ||
title: Android Sign Novid20 | ||
- [email protected]: | ||
inputs: | ||
- app: "$FIREBASE_APP_ID_NOVID" | ||
- groups: dolphin-members, novid20, novid20-link | ||
- firebase_token: "$FIREBASE_TOKEN" | ||
title: Firebase Distribute Novid20 | ||
- [email protected]: | ||
inputs: | ||
- project_location: "$PROJECT_LOCATION" | ||
- module: "$MODULE" | ||
- variant: georgiaLiveRelease | ||
title: Android Build Goergia | ||
- [email protected]: | ||
run_if: '{{getenv "BITRISEIO_ANDROID_KEYSTORE_URL" | ne ""}}' | ||
title: Android Sign Georgia | ||
- [email protected]: | ||
inputs: | ||
- app: "$FIREBASE_APP_ID_GEORGIA" | ||
- groups: dolphin-members, novid20, novid20-link | ||
- firebase_token: "$FIREBASE_TOKEN" | ||
title: Firebase Distribute Georgia | ||
- [email protected]: {} | ||
- [email protected]: {} | ||
envs: | ||
- opts: | ||
is_expand: false | ||
VARIANT: novidLiveRelease | ||
- opts: | ||
is_expand: false | ||
FIREBASE_APP_ID_NOVID: 1:441057994010:android:491b10ff9700c12c4578a3 | ||
- opts: | ||
is_expand: false | ||
FIREBASE_APP_ID_GEORGIA: 1:441057994010:android:69844fabc4ed569a4578a3 | ||
app: | ||
envs: | ||
- opts: | ||
is_expand: false | ||
PROJECT_LOCATION: "." | ||
- opts: | ||
is_expand: false | ||
MODULE: app | ||
- opts: | ||
is_expand: false | ||
VARIANT: novidDevDebug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Add project specific ProGuard rules here. | ||
# You can control the set of applied configuration files using the | ||
# proguardFiles setting in build.gradle. | ||
# | ||
# For more details, see | ||
# http://developer.android.com/guide/developing/tools/proguard.html | ||
|
||
# If your project uses WebView with JS, uncomment the following | ||
# and specify the fully qualified class name to the JavaScript interface | ||
# class: | ||
#-keepclassmembers class fqcn.of.javascript.interface.for.webview { | ||
# public *; | ||
#} | ||
|
||
# Uncomment this to preserve the line number information for | ||
# debugging stack traces. | ||
#-keepattributes SourceFile,LineNumberTable | ||
|
||
# If you keep the line number information, uncomment this to | ||
# hide the original source file name. | ||
#-renamesourcefileattribute SourceFile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.