Skip to content

Commit a007316

Browse files
authored
Merge branch 'main' into mattcreaser/gradle-upgrade
2 parents 673af06 + 37c712a commit a007316

File tree

50 files changed

+2206
-342
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2206
-342
lines changed

.github/workflows/maven_release_publisher.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ jobs:
2020
with:
2121
project-name: AmplifyAndroid-IntegrationTest
2222
env-vars-for-codebuild: |
23-
ORG_GRADLE_PROJECT_useAwsSdkReleaseBuild
23+
ORG_GRADLE_PROJECT_useAwsSdkReleaseBuild,
24+
NUMBER_OF_DEVICES_TO_TEST
2425
env:
2526
ORG_GRADLE_PROJECT_useAwsSdkReleaseBuild: true
27+
NUMBER_OF_DEVICES_TO_TEST: 3
2628
- name: Configure AWS Credentials
2729
uses: aws-actions/configure-aws-credentials@v1
2830
with:

.idea/codeStyles/Project.xml

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Guide](https://docs.amplify.aws/start/q/integration/android).
2424

2525
| Category | AWS Provider | Description |
2626
|-------------------------------------------------------------------------------------------------|--------------|--------------------------------------------|
27-
| **[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.* |
27+
| **[Authentication](https://docs.amplify.aws/lib/devpreview/getting-started/q/platform/android/)** | Cognito | Building blocks to create auth experiences |
2828
| **[Storage](https://docs.amplify.aws/lib/storage/getting-started/q/platform/android)** | S3 | Manages content in public, protected, private storage buckets |
2929
| **[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 |
3030
| **[API (GraphQL)](https://docs.amplify.aws/lib/graphqlapi/getting-started/q/platform/android)** | AppSync | Interact with your GraphQL or AppSync endpoint |

0 commit comments

Comments
 (0)