You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MAD_WEEK_19/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -122,4 +122,5 @@ public class MainActivity extends AppCompatActivity {
122
122
123
123
That's it now save the both files and run the app!
124
124
125
-
> **Note**:make sure to check the package name in java file `package com.example.emailsender;` if you got another name other than `emailsender` make sure to replace the first line of the code with yours.
125
+
> [!NOTE]
126
+
> Make sure to check the package name in java file `package com.example.emailsender;` if you got another name other than `emailsender` make sure to replace the first line of the code with yours.
0 commit comments