|
@@ -14,12 +14,12 @@ android {
|
|
|
compileSdkVersion 26
|
|
compileSdkVersion 26
|
|
|
defaultConfig {
|
|
defaultConfig {
|
|
|
applicationId "com.usai.apex.apexcrm"
|
|
applicationId "com.usai.apex.apexcrm"
|
|
|
- minSdkVersion 23
|
|
|
|
|
|
|
+ minSdkVersion 24
|
|
|
targetSdkVersion 26
|
|
targetSdkVersion 26
|
|
|
- versionCode 1
|
|
|
|
|
- versionName "1.16.40964"
|
|
|
|
|
-
|
|
|
|
|
- testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
|
|
|
|
|
+ versionCode 2
|
|
|
|
|
+ versionName "1.17.40964"
|
|
|
|
|
+ ndk.abiFilters 'armeabi-v7a',"arm64-v8a"
|
|
|
|
|
+// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
buildTypes {
|
|
buildTypes {
|
|
@@ -48,11 +48,11 @@ android {
|
|
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
|
|
- implementation 'com.android.support:appcompat-v7:26.1.0'
|
|
|
|
|
- implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
|
|
|
|
- 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'
|
|
|
|
|
|
|
+ api 'com.android.support:appcompat-v7:26.0.0'
|
|
|
|
|
+ api 'com.android.support.constraint:constraint-layout:1.1.3'
|
|
|
|
|
+// 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 project(path: ':RAUtilsLibrary')
|
|
implementation project(path: ':RAUtilsLibrary')
|
|
|
implementation 'com.github.barteksc:android-pdf-viewer:3.0.0-beta.5'
|
|
implementation 'com.github.barteksc:android-pdf-viewer:3.0.0-beta.5'
|
|
|
}
|
|
}
|