-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce Automatic release #223
base: master
Are you sure you want to change the base?
Conversation
When I can review, please let me know 😉 |
@konifar I got it 👍 |
@@ -36,6 +36,7 @@ captures/ | |||
*.iml | |||
.idea/* | |||
!.idea/codeStyleSettings.xml | |||
.idea/ |
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.
JFYI, you can use git update-index --skip-worktree .idea/$FILENAME
to ignore git-controlled files with keeping changes. 😃
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.
@jmatsu THX! I did't know about that...👽
.idea/codeStyleSettings.xml
Outdated
@@ -1,387 +0,0 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
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.
Don't remove codeStyleSettings. It is inevitable to fix code style.
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.
OK! I'll keep it 👍
…to introduce-fastlane
@konifar Sorry for delayed... Could you please review this PR ? |
@wakwak3125 Sure! Thanks! 👍 |
@@ -4,8 +4,10 @@ apply plugin: 'jacoco' | |||
apply plugin: 'com.android.application' | |||
apply plugin: 'me.tatarka.retrolambda' | |||
apply plugin: 'kotlin-android' | |||
apply plugin: 'com.google.firebase.firebase-crash' |
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.
Question 🙋
Why is this necessary?
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.
It can upload the mapping file to FirebaseCrash.
But, I fogot to introduce this to deploy process.
I'll fix it tomorrow.
gem install fastlane | ||
``` | ||
|
||
## 2. Create Service Account at GooglePlayConsole. |
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.
🙋
Is this section almost same with fastlane setup README? If so, I think it's enough to write the link url here.
What do you think?
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.
Yes right.
But there are many noise to read core sentences.
So I try to rewrite about setup sentences.
But now I think I should add original link of fastlane,'s one.
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.
But there are many noise to read core sentences.
Make sense.
I'm just afraid that it might be hard to follow latest setup info. But it's okay as it is! Thanks!
@wakwak3125 Commented some questions! |
Thx! |
Hi! This pull request is interesting for me😃
|
@horie1024 Cool. I agree with you. |
@horie1024 @konifar |
@konifar Could you please set up Firebase Crash Report plugin? This link will help you. |
@wakwak3125 Sure! Thanks. But I have to work another task today. Let me try tomorrow 🙇 |
Issue
Overview (Required)
Details are written at #222
Links