Skip to content

Commit 36de32c

Browse files
Update to 4.1.4
1 parent 2f948e7 commit 36de32c

File tree

7 files changed

+5
-7
lines changed

7 files changed

+5
-7
lines changed

Demo/Demo/Demo.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
2222
<NuGetPackageImportStamp>
2323
</NuGetPackageImportStamp>
24+
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
2425
</PropertyGroup>
2526
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2627
<DebugSymbols>True</DebugSymbols>
@@ -67,10 +68,6 @@
6768
<Reference Include="System.Reactive.PlatformServices, Version=3.0.3000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
6869
<HintPath>..\..\packages\System.Reactive.PlatformServices.3.1.1\lib\netstandard1.3\System.Reactive.PlatformServices.dll</HintPath>
6970
</Reference>
70-
<Reference Include="System.Runtime.InteropServices.WindowsRuntime">
71-
<HintPath>..\..\packages\System.Runtime.InteropServices.WindowsRuntime.4.0.1\lib\netstandard1.3\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
72-
<Private>True</Private>
73-
</Reference>
7471
<Reference Include="System.Xml.Linq" />
7572
<Reference Include="System.Xml" />
7673
<Reference Include="Xamarin.Android.Support.Animated.Vector.Drawable, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">

Demo/Demo/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<package id="System.Runtime.Handles" version="4.0.1" targetFramework="monoandroid71" />
4141
<package id="System.Runtime.InteropServices" version="4.1.0" targetFramework="monoandroid71" />
4242
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.0.0" targetFramework="monoandroid71" />
43-
<package id="System.Runtime.InteropServices.WindowsRuntime" version="4.0.1" targetFramework="monoandroid71" />
43+
<package id="System.Runtime.InteropServices.WindowsRuntime" version="4.3.0" targetFramework="monoandroid71" />
4444
<package id="System.Runtime.Numerics" version="4.0.1" targetFramework="monoandroid71" />
4545
<package id="System.Security.Cryptography.Algorithms" version="4.2.0" targetFramework="monoandroid71" />
4646
<package id="System.Security.Cryptography.Encoding" version="4.0.0" targetFramework="monoandroid71" />
-232 KB
Binary file not shown.
246 KB
Binary file not shown.

Naxam.Stripe.Droid/Naxam.Stripe.Droid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<TransformFile Include="Transforms\Metadata.xml" />
9292
</ItemGroup>
9393
<ItemGroup>
94-
<LibraryProjectZip Include="Jars\stripe-android-4.0.2.aar" />
94+
<LibraryProjectZip Include="Jars\stripe-android-4.1.4.aar" />
9595
</ItemGroup>
9696
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
9797
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">

Naxam.Stripe.Droid/Transforms/Metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@
3030
<remove-node path="/api/package[@name='com.stripe.android.view']/interface[@name='CardNumberEditText.CardBrandChangeListener']" />
3131
<remove-node path="/api/package[@name='com.stripe.android.view']/interface[@name='CardNumberEditText.CardNumberCompleteListener']" />
3232
<remove-node path="/api/package[@name='com.stripe.android.view']/interface[@name='ExpiryDateEditText.ExpiryDateEditListener']" />
33+
<remove-node path="/api/package[@name='com.stripe.android.net']/interface[@name='StripeApiHandler.StripeResponseListener']" />
3334
</metadata>

stripe.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<!-- Required elements-->
55
<id>Naxam.Stripe.Droid</id>
6-
<version>4.0.2.2</version>
6+
<version>4.1.4.0</version>
77
<description>Xamarin Binding Library - Stripe Android SDK</description>
88
<authors>Vu Duc Tuyen</authors>
99
<owners>NAXAM CO.,LTD</owners>

0 commit comments

Comments
 (0)