-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
created new empty test file, added manifest and build.gradle for new …
…module Co-authored-by: Jax DesMarais-Leder <jdesmarais@paypal.com>
1 parent
23e4a60
commit 178c35b
Showing
6 changed files
with
40 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
...src/androidTest/java/com/braintreepayments/api/paypalmessaging/ExampleInstrumentedTest.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.braintreepayments.api.paypalmessaging"> | ||
</manifest> |
2 changes: 1 addition & 1 deletion
2
...lMessaging/src/main/java/com/braintreepayments/api/paypalmessaging/PayPalMessagingView.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.braintreepayments.api.paypalmessaging | ||
|
||
class PayPalMessagingView { | ||
// TODO: Add functionality in a future PR | ||
} |
17 changes: 0 additions & 17 deletions
17
PayPalMessaging/src/test/java/com/braintreepayments/api/paypalmessaging/ExampleUnitTest.kt
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
...ng/src/test/java/com/braintreepayments/api/paypalmessaging/PayPalMessagingViewUnitTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.braintreepayments.api.paypalmessaging | ||
class PayPalMessagingViewUnitTest { | ||
// TODO: Add unit tests in a future PR | ||
} |