Skip to content

Commit e1fa661

Browse files
authored
fix(android): Fix out of order setup step (aws-amplify#5298)
* fix(android): Fix out of order setup step * Update 40_verifyAmplifyLibraries.mdx
1 parent 7c824e8 commit e1fa661

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/fragments/lib-v1/project-setup/android/create-application/40_verifyAmplifyLibraries.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Right-click on your namespace (e.g. `com.example.MyAmplifyApp`), click **New**,
88
Configure the new class in **New Java Class**:
99

1010
- Enter *MyAmplifyApp* in the **Name** field
11+
- Press enter
1112
- Extend *MyAmplifyApp* from *android.app.Application* by adding `extends Application` to your class
12-
- Press **OK**
1313

1414
Initialize Amplify by adding an `onCreate` method with the following code:
1515

@@ -33,8 +33,8 @@ Initialize Amplify by adding an `onCreate` method with the following code:
3333
Configure the new class in **New Kotlin File/Class**:
3434

3535
- Enter *MyAmplifyApp* in the **Name** field
36-
- Extend *MyAmplifyApp* from *android.app.Application* by adding `: Application()` to your class
3736
- Press enter
37+
- Extend *MyAmplifyApp* from *android.app.Application* by adding `: Application()` to your class
3838

3939
Initialize Amplify by adding an `onCreate` method with the following code:
4040

src/fragments/lib/project-setup/android/create-application/40_verifyAmplifyLibraries.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Right-click on your namespace (e.g. `com.example.MyAmplifyApp`), click **New**,
88
Configure the new class in **New Java Class**:
99

1010
- Enter *MyAmplifyApp* in the **Name** field
11+
- Press enter
1112
- Extend *MyAmplifyApp* from *android.app.Application* by adding `extends Application` to your class
12-
- Press **OK**
1313

1414
Initialize Amplify by adding an `onCreate` method with the following code:
1515

@@ -33,8 +33,8 @@ Initialize Amplify by adding an `onCreate` method with the following code:
3333
Configure the new class in **New Kotlin File/Class**:
3434

3535
- Enter *MyAmplifyApp* in the **Name** field
36-
- Extend *MyAmplifyApp* from *android.app.Application* by adding `: Application()` to your class
3736
- Press enter
37+
- Extend *MyAmplifyApp* from *android.app.Application* by adding `: Application()` to your class
3838

3939
Initialize Amplify by adding an `onCreate` method with the following code:
4040

0 commit comments

Comments
 (0)