react-native-move-sdk 0.2.10 → 0.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/android/build.gradle
CHANGED
|
@@ -144,10 +144,7 @@ dependencies {
|
|
|
144
144
|
// noinspection GradleDynamicVersion
|
|
145
145
|
|
|
146
146
|
implementation "com.facebook.react:react-native:+"
|
|
147
|
-
|
|
148
|
-
//api "io.dolphin.move:move-sdk:develop-2.0.2.1778"
|
|
149
|
-
// public
|
|
150
|
-
api "io.dolphin.move:move-sdk:2.0.3.61"
|
|
147
|
+
api "io.dolphin.move:move-sdk:2.1.0.62"
|
|
151
148
|
|
|
152
149
|
testImplementation 'junit:junit:4.13.2'
|
|
153
150
|
testImplementation "androidx.test:core:1.4.0"
|
|
@@ -443,9 +443,9 @@ internal class MoveSDKLauncher {
|
|
|
443
443
|
case .motionActivity:
|
|
444
444
|
return "MOTION_PERMISSION_MISSING"
|
|
445
445
|
case .gyroscope:
|
|
446
|
-
return "
|
|
446
|
+
return "GYROSCOPE_MISSING"
|
|
447
447
|
case .accelerometer:
|
|
448
|
-
return "
|
|
448
|
+
return "ACCELEROMETER_MISSING"
|
|
449
449
|
@unknown default:
|
|
450
450
|
return "UNKNOWN"
|
|
451
451
|
}
|