update sdk dep, version code, version name
sdk dep -> 3.1.1 bump version code and name remove licensing stuff
This commit is contained in:
parent
082ba45ac8
commit
306c704c07
3 changed files with 3 additions and 10 deletions
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "com.affectiva.affdexme"
|
applicationId "com.affectiva.affdexme"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 494
|
versionCode 495
|
||||||
versionName "3.1"
|
versionName "3.1.1-01"
|
||||||
setProperty("archivesBaseName", "AffdexMe-$versionName-$versionCode")
|
setProperty("archivesBaseName", "AffdexMe-$versionName-$versionCode")
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -37,7 +37,7 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
//include the Affdex SDK
|
//include the Affdex SDK
|
||||||
compile('com.affectiva.android:affdexsdk:3.1')
|
compile('com.affectiva.android:affdexsdk:3.1.1')
|
||||||
|
|
||||||
//include project dependencies
|
//include project dependencies
|
||||||
compile 'com.android.support:support-v4:23.1.1'
|
compile 'com.android.support:support-v4:23.1.1'
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
Place license file and Classifiers folder here.
|
|
||||||
|
|
||||||
license.txt
|
|
||||||
Classifiers/v_9/*
|
|
|
@ -443,9 +443,6 @@ public class MainActivity extends AppCompatActivity
|
||||||
* that view will be painted with what the camera sees.
|
* that view will be painted with what the camera sees.
|
||||||
*/
|
*/
|
||||||
detector = new CameraDetector(this, cameraType, cameraView, (multiFaceModeEnabled ? MAX_SUPPORTED_FACES : 1), Detector.FaceDetectorMode.LARGE_FACES);
|
detector = new CameraDetector(this, cameraType, cameraView, (multiFaceModeEnabled ? MAX_SUPPORTED_FACES : 1), Detector.FaceDetectorMode.LARGE_FACES);
|
||||||
|
|
||||||
// update the license path here if you name your file something else
|
|
||||||
detector.setLicensePath("license.txt");
|
|
||||||
detector.setImageListener(this);
|
detector.setImageListener(this);
|
||||||
detector.setFaceListener(this);
|
detector.setFaceListener(this);
|
||||||
detector.setOnCameraEventListener(this);
|
detector.setOnCameraEventListener(this);
|
||||||
|
|
Loading…
Reference in a new issue