@capgo/camera-preview 3.6.3 → 3.6.5
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/.gradle/7.4.2/checksums/checksums.lock +0 -0
- package/android/.gradle/7.4.2/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/7.4.2/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/7.4.2/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.4.2/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.4.2/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/android/build.gradle +1 -1
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#Wed Jan 04
|
|
1
|
+
#Wed Jan 04 17:55:45 UTC 2023
|
|
2
2
|
gradle.version=7.4.2
|
package/android/build.gradle
CHANGED
|
@@ -47,7 +47,7 @@ dependencies {
|
|
|
47
47
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
48
48
|
implementation project(':capacitor-android')
|
|
49
49
|
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
|
|
50
|
-
implementation 'androidx.exifinterface:exifinterface:1.3.
|
|
50
|
+
implementation 'androidx.exifinterface:exifinterface:1.3.5'
|
|
51
51
|
testImplementation "junit:junit:$junitVersion"
|
|
52
52
|
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
|
|
53
53
|
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
|