mirror of
https://github.com/tooot-app/app
synced 2025-02-01 19:16:56 +01:00
commit
ae295d902c
@ -156,7 +156,7 @@ GEM
|
|||||||
xcpretty (~> 0.3.0)
|
xcpretty (~> 0.3.0)
|
||||||
xcpretty-travis-formatter (>= 0.0.3)
|
xcpretty-travis-formatter (>= 0.0.3)
|
||||||
fastlane-plugin-json (1.1.0)
|
fastlane-plugin-json (1.1.0)
|
||||||
fastlane-plugin-sentry (1.12.0)
|
fastlane-plugin-sentry (1.12.2)
|
||||||
fastlane-plugin-versioning_android (0.1.0)
|
fastlane-plugin-versioning_android (0.1.0)
|
||||||
fastlane-plugin-yarn (1.2)
|
fastlane-plugin-yarn (1.2)
|
||||||
ffi (1.15.5)
|
ffi (1.15.5)
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
diff --git a/node_modules/react-native-share-menu/android/build.gradle b/node_modules/react-native-share-menu/android/build.gradle
|
||||||
|
index 9557fdb..ebdeb6f 100644
|
||||||
|
--- a/node_modules/react-native-share-menu/android/build.gradle
|
||||||
|
+++ b/node_modules/react-native-share-menu/android/build.gradle
|
||||||
|
@@ -1,12 +1,12 @@
|
||||||
|
apply plugin: 'com.android.library'
|
||||||
|
|
||||||
|
android {
|
||||||
|
- compileSdkVersion 29
|
||||||
|
- buildToolsVersion "29.0.2"
|
||||||
|
+ compileSdkVersion 31
|
||||||
|
+ buildToolsVersion "31.0.0"
|
||||||
|
|
||||||
|
defaultConfig {
|
||||||
|
- minSdkVersion 16
|
||||||
|
- targetSdkVersion 29
|
||||||
|
+ minSdkVersion 21
|
||||||
|
+ targetSdkVersion 31
|
||||||
|
versionCode 1
|
||||||
|
versionName "1.0"
|
||||||
|
ndk {
|
||||||
diff --git a/node_modules/react-native-share-menu/ios/ReactShareViewController.swift b/node_modules/react-native-share-menu/ios/ReactShareViewController.swift
|
diff --git a/node_modules/react-native-share-menu/ios/ReactShareViewController.swift b/node_modules/react-native-share-menu/ios/ReactShareViewController.swift
|
||||||
index f42bce6..ee36062 100644
|
index f42bce6..ee36062 100644
|
||||||
--- a/node_modules/react-native-share-menu/ios/ReactShareViewController.swift
|
--- a/node_modules/react-native-share-menu/ios/ReactShareViewController.swift
|
||||||
|
Loading…
x
Reference in New Issue
Block a user