Skip to content

Commit

Permalink
Change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cosic committed Jul 18, 2024
1 parent fe4b377 commit 08e836a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ The following features are missing:

- :children_crossing: Change App Store Information: description, app icon, screenshots and etc.
- :children_crossing: Publish the build on a part of users (Release Phases)
- :children_crossing: Support of AppBundle

The following features are not available on Rustore API side yet:

- :no_entry: Support of AppBundle
- :no_entry: Rollout Holding

# Compatibility
Expand Down Expand Up @@ -174,14 +174,6 @@ rustorePublish {
* CLI: `--credentialsPath`
*/
credentialsPath = "$rootDir/rustore-credentials-release.json"

/**
* Path to build file if you would like to change default path. "null" means use standard path for "apk" and "aab" files.
* Type: String (Optional)
* Default value: `null`
* CLI: `--buildFile`
*/
buildFile = "$rootDir/app/build/outputs/apk/release/app-release.apk"
}
}
}
Expand All @@ -195,7 +187,6 @@ rustorePublish {
instances {
release {
credentialsPath = "$rootDir/rustore-credentials-release.json"
buildFile = "$rootDir/app/build/outputs/apk/release/app-release.apk"
}
}
}
Expand Down

0 comments on commit 08e836a

Please sign in to comment.