Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
release/7.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JNdhlovu committed Feb 16, 2022
1 parent f54297a commit 12dd0b4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .idea/runConfigurations.xml

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

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ dependencies {
/*
USE THIS if you do not intend to use smile-id-ui
*/
// implementation 'com.smileidentity:smile-id-sdk:7.3.1-SNAPSHOT'
// implementation 'com.smileidentity:smile-id-sdk:7.3.5'
/*
OR USE THIS
*/
// implementation 'com.smileidentity:smile-id-ui:0.1.47-SNAPSHOT'
// implementation 'com.smileidentity:smile-id-ui:0.1.5'

// implementation 'com.smileidentity:netjava:1.0.8-SNAPSHOT'
implementation 'com.smileidentity:netjava:0.0.5'

// DEV DEPENDENCIES
implementation project(':smile_detect_library-release')
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ':app', ':ccp', ':smile-id-ui', ':smile_detect_library-release', ':smile-identity-simplified-java'
project(':smile_detect_library-release').projectDir = new File('../android_lib')
project(':smile-id-ui').projectDir = new File('../smildidui')
project(':smile-id-ui').projectDir = new File('../smile_id_android_ui')
project(':smile-identity-simplified-java').projectDir = new File('../smile_id_simplified_java_lib/SmileIDSimplifiedJava')

0 comments on commit 12dd0b4

Please sign in to comment.