-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/android-billing-client'
- Loading branch information
Showing
40 changed files
with
7,614 additions
and
5,023 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
8 changes: 4 additions & 4 deletions
8
src/InAppBillingTests/InAppBillingTests.Android/Properties/AndroidManifest.xml
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,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.InAppBillingTests"> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" /> | ||
<application android:label="InAppBillingTests.Android"></application> | ||
</manifest> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" /> | ||
<application android:label="InAppBillingTests.Android"></application> | ||
</manifest> |
11,257 changes: 7,469 additions & 3,788 deletions
11,257
src/InAppBillingTests/InAppBillingTests.Android/Resources/Resource.designer.cs
Large diffs are not rendered by default.
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
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
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
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
21 changes: 0 additions & 21 deletions
21
src/Plugin.InAppBilling.Abstractions/Plugin.InAppBilling.Abstractions.csproj
This file was deleted.
Oops, something went wrong.
87 changes: 0 additions & 87 deletions
87
src/Plugin.InAppBilling.Android/Plugin.InAppBilling.Android.csproj
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
src/Plugin.InAppBilling.Android/Properties/AssemblyInfo.cs
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
src/Plugin.InAppBilling.Android/Resources/AboutResources.txt
This file was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.