blob: 96711f5cc9b58cbb77b72946fc29fd26c5c460ae [file] [log] [blame]
plugins {
id 'com.gladed.androidgitversion' version '0.4.9'
}
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 28
defaultConfig {
applicationId "com.supwisdom.posa711dali"
minSdkVersion 22
targetSdkVersion 28
versionCode 1
versionName "1.0"
ndk {
abiFilters "arm64-v8a"
}
multiDexEnabled true
}
signingConfigs {
release {
storeFile file("$rootDir/keys-app.jks")
storePassword "123456"
keyAlias "sup"
keyPassword "123456"
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/license.txt'
exclude 'META-INF/NOTICE'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/notice.txt'
exclude 'META-INF/ASL2.0'
}
}
dependencies {
// implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:28.0.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'
// compile 'com.alibaba:fastjson:1.1.70.android'
compile 'com.google.code.gson:gson:2.8.5'
compile 'com.nineoldandroids:parent:2.4.0'
compile 'com.squareup.okhttp3:okhttp:3.10.0'
compile 'net.java.dev.jna:jna:4.5.0@aar'
compile 'com.koushikdutta.async:androidasync:2.2.1'
compile group: 'com.android.support', name: 'recyclerview-v7', version: '28.0.0'
compile 'org.apache.commons:commons-lang3:3.7'
compile 'com.android.support:multidex:1.0.3'
compile 'org.jetbrains.kotlin:kotlin-reflect:1.3.41'
compile 'org.springframework.android:spring-android-core:1.0.1.RELEASE'
compile 'org.apache.httpcomponents:httpcore:4.4.10'
compile("com.beust:klaxon:0.30") {
exclude group: 'org.jetbrains'
}
compile files('libs/zxinglibsl.jar')
}