-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add preview build variant to android example
This adds an additional build variant to the Android example app, called `preview`: - set to be the default (which needs to be tested, I believe this is only for the first time you open the project locally) - this variant will use the latest hosted version of Rive Android - additional README information to configure build variants With this, it should be much easier for people to evaluate the example, without needing to do any additional config locally. What this means for us is that when developing locally, ensure you have the correct build variant set: `debug`. This PR also replaces the network image that is loaded in the first example page, that has been causing issues. Requires further investigation but keeping it in is a bad experience for anyone running the app themselves. Diffs= 0c4483cd0 feat: add preview build variant to android example (#6088) Co-authored-by: Gordon <[email protected]>
- Loading branch information
1 parent
fffe60f
commit 4e78ad1
Showing
5 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +1 @@ | ||
b4ef09a6d619423eb7a4b96d34d4acfd62dbc527 | ||
0c4483cd00907f507eff8b13b5b76276db32c773 |
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
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