Skip to content

Commit b73f661

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 4cccc6f + 4daaabb commit b73f661

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ allprojects {
2424
Step 2. Add the dependency :
2525
```
2626
dependencies {
27-
implementation 'com.github.Nathan770:createAccountDialogApp:1.00.00'
27+
implementation 'com.github.Nathan770:createAccountDialogApp:1.00.02'
2828
}
2929
```
3030

@@ -42,7 +42,7 @@ public class MainActivity extends AppCompatActivity implements EasyFormSubmitLis
4242
setContentView(R.layout.activity_main);
4343

4444
// Create your page with all Box
45-
EasyForm easyForm = new EasyForm.Builder(this)
45+
EasyForm easyForm = new EasyForm.Builder(MainActivity.this)
4646
.setDimensions(width, RelativeLayout.LayoutParams.WRAP_CONTENT)
4747
.setNameBox()
4848
.setEmailBox()
@@ -53,7 +53,7 @@ public class MainActivity extends AppCompatActivity implements EasyFormSubmitLis
5353
.build();
5454

5555
// Create your page with mail and password
56-
EasyForm easyForm = new EasyForm.Builder(this)
56+
EasyForm easyForm = new EasyForm.Builder(MainActivity.this)
5757
.setDimensions(width, RelativeLayout.LayoutParams.WRAP_CONTENT)
5858
.setEmailBox()
5959
.setPasswordBox()

0 commit comments

Comments
 (0)