-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New Tutorial: Automate Building Android APKs with Google Cloud Build CI/CD and a Gradle Docker Image #952
Conversation
Building a Slack Reminder App with Google Cloud Functions and Google Cloud Scheduler
Automate Building Android APKs with Google Cloud Build CI/CD and a Gradle Docker Image
Hi @ToddKopriva , I'm happy to write my second tutorial on Google Community Tutorials :-D |
Thanks, Timothy. I'll review this sometime this week. |
Thanks @ToddKopriva , that's fine by me. |
Soft reminder on this. |
Yes, when I said that I would review this sometime this week, that was meant to indicate the possibility of late in the week. |
That's fine by me @ToddKopriva , thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Timothy, while doing my editing pass and review, I hit some problems with the "Set up the Cloud Storage" section. While attempting to follow the instructions as written, I found that there wasn't quite enough information for me to follow the steps.
Please step through the procedure for setting up the Cloud Storage bucket, and make sure that the steps accurately and completely tell the user what they need to do for this part of the tutorial.
As soon as you have done that, I'll get back to reviewing and editing the document.
I greatly appreciate the work that you've done on this so far. I think that this will be a valuable resource when it is done.
Thanks @ToddKopriva , I would update this section and get back to you. |
Hi @ToddKopriva , does it seem better now. |
Thanks. I'll get back to the review soon, probably tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Timothy.
I finished my editing and production pass. I'll be publishing this with a batch of other documents within a couple of days.
Great job @ToddKopriva , thank you! |
In this tutorial, you would setup a Cloud Build trigger that builds your android application and uploads it to a Cloud Storage Bucket.
The builds of new APK bundle would also be automatically triggered once code is pushed code to your code repository.