Skip to content

Commit

Permalink
Merge pull request #2 from veryfi/feature/LP-120-update-demo
Browse files Browse the repository at this point in the history
Updated demo with version 1.2.1
  • Loading branch information
alejouribesanchez authored Sep 30, 2022
2 parents 14f336b + c683017 commit 7faf16b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ android {
}

aaptOptions {
noCompress "tflite"
noCompress "veryfi"
}

buildFeatures {
Expand Down
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
ext {
buildToolsVersion = "31.0.0"
minSdkVersion = 23
compileSdkVersion = 32
targetSdkVersion = 32
compileSdkVersion = 33
targetSdkVersion = 33

if (System.properties['os.arch'] == "aarch64") {
// For M1 Users we need to use the NDK 24 which added support for aarch64
Expand All @@ -26,7 +26,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.4")
classpath("com.android.tools.build:gradle:7.2.2")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("de.undercouch:gradle-download-task:4.1.2")
// NOTE: Do not place your application dependencies here; they belong
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@veryfi/react-native-veryfi-lens": "1.1.2",
"@veryfi/react-native-veryfi-lens": "^1.2.1",
"react": "17.0.2",
"react-native": "0.68.1",
"react-native-remote-svg": "^2.0.10"
Expand Down Expand Up @@ -45,4 +45,4 @@
"node"
]
}
}
}

0 comments on commit 7faf16b

Please sign in to comment.