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:
Andy Dennie 2016-08-16 15:32:14 -04:00
parent 082ba45ac8
commit 306c704c07
3 changed files with 3 additions and 10 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "com.affectiva.affdexme"
minSdkVersion 16
targetSdkVersion 23
versionCode 494
versionName "3.1"
versionCode 495
versionName "3.1.1-01"
setProperty("archivesBaseName", "AffdexMe-$versionName-$versionCode")
}
buildTypes {
@ -37,7 +37,7 @@ android {
dependencies {
//include the Affdex SDK
compile('com.affectiva.android:affdexsdk:3.1')
compile('com.affectiva.android:affdexsdk:3.1.1')
//include project dependencies
compile 'com.android.support:support-v4:23.1.1'

View File

@ -1,4 +0,0 @@
Place license file and Classifiers folder here.
license.txt
Classifiers/v_9/*

View File

@ -443,9 +443,6 @@ public class MainActivity extends AppCompatActivity
* 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);
// update the license path here if you name your file something else
detector.setLicensePath("license.txt");
detector.setImageListener(this);
detector.setFaceListener(this);
detector.setOnCameraEventListener(this);