Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19c27e7

Browse files
committed
Fixed another formatting issue in readme
1 parent 22d3e19 commit 19c27e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Use this SDK to easily add Venmo payments to your Android app! Just follow thes
33
1) First you need to register your app with Venmo here: https://venmo.com/account/app/new (for a description on what these fields are,
44
go here: https://venmo.com/api#registering-an-application). After your app has been approved, you will need to get your app credentials here: https://venmo.com/account/settings/developers.
55

6-
2) Download the following two files and include them in your directory: VenmoSDK.java and VenmoWebViewActivity. You'll need to edit your manifest to add VenmoWebViewActivity as an activity, and you'll need to add your package name at the top of each file (e.g. "package com.name;"). Also, make sure your manifest includes the internet permission: <uses-permission android:name="android.permission.INTERNET" />.
6+
2) Download the following two files and include them in your directory: VenmoSDK.java and VenmoWebViewActivity. You'll need to edit your manifest to add VenmoWebViewActivity as an activity, and you'll need to add your package name at the top of each file (e.g. "package com.name;"). Also, make sure your manifest includes the internet permission: "android.permission.INTERNET".
77

88
3) Download venmo_webview.xml and add it to your res/layout directory.
99

0 commit comments

Comments
 (0)