apply plugin: 'com.android.application' android { compileSdkVersion 26 useLibrary 'org.apache.http.legacy' defaultConfig { applicationId "com.neusoft.nosspos.fumaoapp" minSdkVersion 22 targetSdkVersion 26 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { implementation project(':CordovaLib') implementation 'com.android.support:appcompat-v7:26.1.0' implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'com.android.support:design:26.1.0' implementation 'com.codezjx.library:andlinker:0.7.1' compile fileTree(include: ['*.jar'], dir: 'libs') //rxlifecycle compile 'com.trello:rxlifecycle-components:1.0' //rx compile 'io.reactivex:rxandroid:1.2.1' compile 'io.reactivex:rxjava:1.3.0' compile 'io.reactivex.rxjava2:rxjava:2.1.8' compile 'com.squareup.retrofit2:retrofit:2.4.0' compile 'com.squareup.retrofit2:adapter-rxjava:2.4.0' compile 'com.squareup.retrofit2:converter-gson:2.4.0' compile 'com.squareup.okhttp3:logging-interceptor:3.10.0' implementation project(':barcodescaner') implementation project(':extendMediaPlay') }