Skip to content

Commit 52aaad8

Browse files
authored
Bump to 0.3.1, drop LogWrapper (#19)
1 parent 0188f12 commit 52aaad8

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

modules/react-native-shopify-checkout-kit/android/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ def supportsNamespace() {
3636
return (major == 7 && minor >= 3) || major >= 8
3737
}
3838

39-
buildToolsVersion = "33.0.0"
40-
minSdkVersion = 23
41-
compileSdkVersion = 33
42-
targetSdkVersion = 33
39+
buildToolsVersion = "33.0.0"
40+
minSdkVersion = 23
41+
compileSdkVersion = 33
42+
targetSdkVersion = 33
4343

44-
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
45-
ndkVersion = "23.1.7779620"
44+
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
45+
ndkVersion = "23.1.7779620"
4646

4747
android {
4848
if (supportsNamespace()) {

modules/react-native-shopify-checkout-kit/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ndkVersion=23.1.7779620
55
buildToolsVersion = "33.0.0"
66

77
# Version of Shopify Checkout SDK to use with React Native
8-
SHOPIFY_CHECKOUT_SDK_VERSION=0.2.1
8+
SHOPIFY_CHECKOUT_SDK_VERSION=0.3.1

sample/android/gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ android.enableJetifier=true
2727
# Version of flipper SDK to use with React Native
2828
FLIPPER_VERSION=0.182.0
2929

30-
# Version of Shopify Checkout SDK to use with React Native
31-
SHOPIFY_CHECKOUT_SDK_VERSION=0.2.1
32-
3330
# Use this property to specify which architecture you want to build.
3431
# You can also override it from the CLI using
3532
# ./gradlew <task> -PreactNativeArchitectures=x86_64

0 commit comments

Comments
 (0)