Skip to content

Commit

Permalink
Merge pull request #1794 from numbersprotocol/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
shc261392 committed Jul 5, 2022
2 parents 1317c39 + b566b8e commit 6eb9d2d
Show file tree
Hide file tree
Showing 22 changed files with 450 additions and 141 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.60.0 - 2022-07-05

### Added

- Show QR code for asset wallet address

### Fixed

- Show camera feedback on capture photo
- Show correct error message on duplicate phone verification

## 0.59.5 - 2022-06-28

### Changed
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "io.numbersprotocol.capturelite"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 415
versionName "0.59.5"
versionCode 420
versionName "0.60.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
Expand Down
1 change: 0 additions & 1 deletion android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies {
implementation project(':capacitor-storage')
implementation project(':numbersprotocol-preview-camera')
implementation project(':numbersprotocol-preview-video')
implementation project(':appsflyer-capacitor-plugin')
implementation project(':capacitor-blob-writer')
implementation "com.android.billingclient:billing:4.0.0"
}
Expand Down
4 changes: 0 additions & 4 deletions android/app/src/main/assets/capacitor.plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@
"pkg": "@numbersprotocol/preview-video",
"classpath": "io.numbersprotocol.capturelite.plugins.previewvideo.PreviewVideoPlugin"
},
{
"pkg": "appsflyer-capacitor-plugin",
"classpath": "capacitor.plugin.appsflyer.sdk.AppsFlyerPlugin"
},
{
"pkg": "capacitor-blob-writer",
"classpath": "com.equimaps.capacitorblobwriter.BlobWriter"
Expand Down
3 changes: 0 additions & 3 deletions android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,5 @@ project(':numbersprotocol-preview-camera').projectDir = new File('../node_module
include ':numbersprotocol-preview-video'
project(':numbersprotocol-preview-video').projectDir = new File('../node_modules/@numbersprotocol/preview-video/android')

include ':appsflyer-capacitor-plugin'
project(':appsflyer-capacitor-plugin').projectDir = new File('../node_modules/appsflyer-capacitor-plugin/android')

include ':capacitor-blob-writer'
project(':capacitor-blob-writer').projectDir = new File('../node_modules/capacitor-blob-writer/android')
3 changes: 0 additions & 3 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<!-- Uncomment in next release after fixing Apps Flyer -->
<!-- <key>NSUserTrackingUsageDescription</key>-->
<!-- <string>We collect your data only for counting download numbers and will never share it with any 3rd party</string>-->
</dict>
</plist>
1 change: 0 additions & 1 deletion ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def capacitor_pods
pod 'CapacitorStorage', :path => '../../node_modules/@capacitor/storage'
pod 'NumbersprotocolPreviewCamera', :path => '../../node_modules/@numbersprotocol/preview-camera'
pod 'NumbersprotocolPreviewVideo', :path => '../../node_modules/@numbersprotocol/preview-video'
pod 'AppsflyerCapacitorPlugin', :path => '../../node_modules/appsflyer-capacitor-plugin'
pod 'CapacitorBlobWriter', :path => '../../node_modules/capacitor-blob-writer'
pod 'CordovaPlugins', :path => '../capacitor-cordova-ios-plugins'
end
Expand Down

0 comments on commit 6eb9d2d

Please sign in to comment.