Add github action
This commit is contained in:
@@ -26,12 +26,6 @@ platform :android do
|
||||
gradle(
|
||||
task: "bundle",
|
||||
build_type: "release",
|
||||
properties: {
|
||||
"android.injected.signing.store.file" => ENV["KEYSTORE_FILE"],
|
||||
"android.injected.signing.store.password" => ENV["KEYSTORE_PASSWORD"],
|
||||
"android.injected.signing.key.alias" => "key0",
|
||||
"android.injected.signing.key.password" => ENV["KEYSTORE_PASSWORD"],
|
||||
}
|
||||
)
|
||||
upload_to_play_store(
|
||||
changes_not_sent_for_review: true
|
||||
|
||||
3
fastlane/metadata/android/en-US/changelogs/86.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/86.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
- You can now easily share and scan QR codes to quickly find each other
|
||||
- We've updated the look of the tab bar to better match current platform guidelines
|
||||
- Various minor usability improvements
|
||||
Reference in New Issue
Block a user