Skip to content

Commit

Permalink
Merge branch 'main' into mattcreaser/gradle-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcreaser committed Dec 9, 2022
2 parents 673af06 + 37c712a commit a007316
Show file tree
Hide file tree
Showing 50 changed files with 2,206 additions and 342 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/maven_release_publisher.yml
Expand Up @@ -20,9 +20,11 @@ jobs:
with:
project-name: AmplifyAndroid-IntegrationTest
env-vars-for-codebuild: |
ORG_GRADLE_PROJECT_useAwsSdkReleaseBuild
ORG_GRADLE_PROJECT_useAwsSdkReleaseBuild,
NUMBER_OF_DEVICES_TO_TEST
env:
ORG_GRADLE_PROJECT_useAwsSdkReleaseBuild: true
NUMBER_OF_DEVICES_TO_TEST: 3
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down
11 changes: 10 additions & 1 deletion .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ Guide](https://docs.amplify.aws/start/q/integration/android).

| Category | AWS Provider | Description |
|-------------------------------------------------------------------------------------------------|--------------|--------------------------------------------|
| **[Authentication](https://docs.amplify.aws/lib/devpreview/getting-started/q/platform/android/)** | Cognito | Building blocks to create auth experiences <br> *Note: Authentication category only supports **Sign Up**, **Sign In**, **Sign Out**, **Fetch Auth Session** and **getCurrentUser** API's.* |
| **[Authentication](https://docs.amplify.aws/lib/devpreview/getting-started/q/platform/android/)** | Cognito | Building blocks to create auth experiences |
| **[Storage](https://docs.amplify.aws/lib/storage/getting-started/q/platform/android)** | S3 | Manages content in public, protected, private storage buckets |
| **[DataStore](https://docs.amplify.aws/lib/datastore/getting-started/q/platform/android)** | AppSync | Programming model for shared and distributed data, with simple online/offline synchronization |
| **[API (GraphQL)](https://docs.amplify.aws/lib/graphqlapi/getting-started/q/platform/android)** | AppSync | Interact with your GraphQL or AppSync endpoint |
Expand Down

0 comments on commit a007316

Please sign in to comment.