Skip to content

Commit

Permalink
refactor: Integrated SDK v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrajput-systango committed Jan 17, 2019
1 parent 803b5d3 commit 5cbd477
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions SmilePass-FaceSDK-Android-Sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.smilepass.facesdksample"
minSdkVersion 22
targetSdkVersion 28
versionCode 2
versionName "0.0.2"
versionCode 3
versionName "1.0.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -27,7 +27,6 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:' + supportLibVersion
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.smilepass.mobilesdk:facesdk:0.0.6-alpha'
implementation 'com.smilepass.mobilesdk:facesdk:1.0.0'
}

0 comments on commit 5cbd477

Please sign in to comment.