|
|
@@ -16,6 +16,7 @@ android {
|
|
|
versionName "2.93"
|
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
|
}
|
|
|
+
|
|
|
buildTypes {
|
|
|
release {
|
|
|
minifyEnabled false
|
|
|
@@ -73,6 +74,6 @@ dependencies {
|
|
|
compile 'com.android.support.constraint:constraint-layout:1.0.2'
|
|
|
compile 'com.appsflyer:af-android-sdk:4+@aar'
|
|
|
testCompile 'junit:junit:4.12'
|
|
|
- compile files('libs/XecureSmart.jar')
|
|
|
compile 'com.google.android.gms:play-services-analytics:+'
|
|
|
+ compile files('libs/XecureSmart.jar')
|
|
|
}
|