AbiMulya

Old Build Gradel

Oct 5th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.11 KB | None | 0 0
  1. buildscript {
  2.     repositories {
  3.         jcenter()
  4.         maven { url 'https://maven.fabric.io/public' }
  5.         maven { url "https://jitpack.io" }
  6.     }
  7.  
  8.     dependencies {
  9.         classpath 'io.fabric.tools:gradle:1.31.2'
  10.     }
  11. }
  12. apply plugin: 'com.android.application'
  13. apply plugin: 'io.fabric'
  14.  
  15. repositories {
  16.     jcenter()
  17.     maven { url 'https://maven.fabric.io/public' }
  18.     maven { url "https://jitpack.io" }
  19. }
  20. configurations {
  21.     cleanedAnnotations
  22.     compile.exclude group: 'org.jetbrains', module: 'annotations'
  23. }
  24.  
  25. android {
  26.     compileSdkVersion 29
  27.     buildToolsVersion '28.0.3'
  28.     defaultConfig {
  29.         applicationId "com.mdd.unikpos"
  30.         minSdkVersion 22
  31.         targetSdkVersion 29
  32.         versionCode 2
  33.         versionName "1.0.1"
  34.         multiDexEnabled true
  35.     }
  36.     signingConfigs {
  37.         release {
  38.             storeFile file("/Documents/androidproject/trendpos/com.mdd.trendpos.jks")
  39.             storePassword "c4CYN65RzreXemM2gnr9Xjrx"
  40.             keyAlias "trendpos"
  41.             keyPassword "c4CYN65RzreXemM2gnr9Xjrx"
  42.             v2SigningEnabled true
  43.         }
  44.     }
  45.     buildTypes {
  46.         release {
  47.             shrinkResources false
  48.             minifyEnabled false
  49.             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  50.         }
  51.     }
  52.  
  53.     packagingOptions {
  54.         exclude 'META-INF/LICENSE.txt'
  55.         exclude 'META-INF/LICENSE'
  56.         exclude 'META-INF/DEPENDENCIES'
  57.         exclude 'META-INF/NOTICE'
  58.     }
  59.  
  60.     compileOptions {
  61.         sourceCompatibility = 1.8
  62.         targetCompatibility = 1.8
  63.     }
  64. }
  65.  
  66. dependencies {
  67.     implementation fileTree(include: ['*.jar'], dir: 'libs')
  68.     implementation files('libs/ormlite-android-4.48.jar')
  69.     implementation files('libs/ormlite-core-4.48.jar')
  70.     implementation files('libs/universal-image-loader-1.9.3.jar')
  71.     implementation files('libs/apache-mime4j-core-0.7.2.jar')
  72.     implementation files('libs/commons-io-2.4.jar')
  73.     implementation files('libs/apache-mime4j-storage-0.7.2.jar')
  74.     implementation files('libs/apache-mime4j-benchmark-0.7.2.jar')
  75.     implementation files('libs/apache-mime4j-dom-0.7.2.jar')
  76.     implementation files('libs/apache-mime4j-examples-0.7.2.jar')
  77.     implementation files('libs/httpclient-4.3.6.jar')
  78.     implementation files('libs/httpcore-4.3.3.jar')
  79.     implementation files('libs/httpmime-4.3.6.jar')
  80.  
  81.     implementation files('libs/ePOS-Print.jar')
  82.     implementation 'com.parse.bolts:bolts-android:1.4.0'
  83. //    implementation 'id.emhusnan.libs:custom-facebook:1.0.0'
  84.     //noinspection GradleCompatible
  85.     implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
  86.     androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
  87.         exclude group: 'com.android.support', module: 'support-annotations'
  88.     })
  89.     implementation 'androidx.appcompat:appcompat:1.1.0'
  90.     implementation 'androidx.legacy:legacy-support-v4:1.0.0'
  91.     implementation 'com.google.android.material:material:1.0.0'
  92.     implementation 'de.hdodenhof:circleimageview:3.0.1'
  93.     implementation 'org.greenrobot:eventbus:3.1.1'
  94.     implementation 'me.dm7.barcodescanner:zxing:1.9.8'
  95.     implementation 'com.google.zxing:core:3.3.2'
  96.     implementation 'com.journeyapps:zxing-android-embedded:3.5.0@aar'
  97.     //    implementation 'com.github.dmytrodanylyk.circular-progress-button:library:1.1.3'
  98.     testImplementation 'junit:junit:4.12'
  99.     implementation('com.github.devahamed:multi-view-adapter:1.2.3') {
  100.         exclude module: 'appcompat-v7'
  101.         exclude group: 'com.android.support'
  102.     }
  103.     implementation 'net.idik:slimadapter:2.1.2'
  104.     implementation 'com.google.code.gson:gson:2.8.5'
  105.     implementation('com.crashlytics.sdk.android:crashlytics:2.9.8@aar') {
  106.         transitive = true
  107.     }
  108.     implementation 'com.github.smarteist:autoimageslider:1.3.2'
  109.     implementation 'com.squareup.picasso:picasso:2.71828'
  110.     implementation 'io.reactivex:rxandroid:1.2.1'
  111.     implementation 'io.reactivex:rxjava:1.1.9'
  112.     implementation 'com.jakewharton:butterknife:10.2.0'
  113.     annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
  114. //    implementation 'com.google.firebase:firebase-core:17.2.1'
  115.     implementation 'com.jcraft:jsch:0.1.54'
  116.     implementation 'com.github.Cutta:GifView:1.1'
  117.     implementation 'com.pusher:pusher-java-client:1.6.0'
  118.     implementation 'com.intellij:annotations:12.0@jar'
  119.     //region PPOB Diva
  120.     implementation 'androidx.recyclerview:recyclerview:1.0.0'
  121.     implementation 'androidx.cardview:cardview:1.0.0'
  122.     implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.45-androidx'
  123.     implementation 'com.android.volley:volley:1.1.1'
  124. //    implementation 'com.github.navasmdc:MaterialDesign:1.5@aar'
  125.     //    implementation 'id.emhusnan.libs:ppob-diva:1.0.0'
  126.     //endregion
  127.  
  128.     implementation 'com.squareup.okhttp:okhttp:2.2.0'
  129.     implementation 'com.squareup.okhttp:okhttp-urlconnection:2.2.0'
  130.  
  131.     implementation 'io.reactivex.rxjava2:rxjava:2.2.10'
  132.     implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
  133.  
  134.     implementation 'com.squareup.retrofit2:retrofit:2.5.0'
  135.     implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
  136.     implementation 'com.squareup.okhttp3:logging-interceptor:3.12.1'
  137.     implementation 'com.squareup.retrofit2:converter-scalars:2.3.0'
  138.     implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
  139.     implementation project(':library')
  140.     implementation project(':ppob-diva')
  141.  
  142.     //library popup
  143.     implementation 'com.github.thomper:sweet-alert-dialog:v1.4.0'
  144.     implementation 'com.andrognito.flashbar:flashbar:1.0.3'
  145.  
  146.     implementation 'com.github.bumptech.glide:glide:4.9.0'
  147.     annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
  148. //    implementation 'id.emhusnan.libs:payment-linkaja:1.0.0'
  149.     implementation(group: 'com.mdd.payment', name: 'mybanklibrary-release', version: '3.4.9', ext: 'aar')
  150.     implementation(group: 'com.mdd.payment', name: 'z91library-release', version: '2.1.1', ext: 'aar')
  151.     implementation(group: 'com.mdd.payment', name: 'ingenicolibrary-release', version: '1.0.2', ext: 'aar')
  152.     implementation(group: 'com.mdd.payment', name: 'organicdrv-release', version: '2.1.1', ext: 'aar')
  153.     implementation(group: 'com.mdd.payment', name: 'wepoylibrary-release', version: '2.2.1', ext: 'aar')
  154.     implementation(group: 'com.mdd.payment', name: 'paxlibrary-release', version: '2.1.2', ext: 'aar')
  155.     implementation(group: 'com.mdd.payment', name: 'nativecripto-release', version: '2.0.0', ext: 'aar')
  156.     implementation(group: 'com.mdd.payment', name: 'verifonelibrary-release', version: '2.1.1', ext: 'aar')
  157.     implementation(group: 'com.mdd.payment', name: 'isodeplibrary-release', version: '2.1.1', ext: 'aar')
  158.     implementation(group: 'com.mdd.payment', name: 'sunmilibrary-release', version: '2.1.1', ext: 'aar')
  159.  
  160.     implementation(group: 'com.mdd.payment', name: 'aar-deviceid-release', version: '2.0.3', ext: 'aar')
  161.     implementation 'com.intuit.sdp:sdp-android:1.0.6'
  162.     implementation 'com.facebook.stetho:stetho:1.5.1'
  163.  
  164. }
  165.  
  166. //apply plugin: 'com.google.gms.google-services'
  167.  
Add Comment
Please, Sign In to add comment