build.gradle 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. apply plugin: 'com.android.application'
  2. android {
  3. compileSdkVersion 29
  4. buildToolsVersion "29.0.3"
  5. lintOptions {
  6. checkReleaseBuilds false
  7. }
  8. defaultConfig {
  9. applicationId "com.ttiglobal.inttilectgpchat"
  10. targetSdkVersion 29
  11. minSdkVersion 21
  12. versionCode 6
  13. versionName "6.0"
  14. multiDexEnabled true
  15. }
  16. repositories {
  17. maven {
  18. url 'http://dl.bintray.com/amulyakhare/maven'
  19. }
  20. maven {
  21. url "https://github.com/omadahealth/omada-nexus/raw/master/release"
  22. }
  23. }
  24. // solve duplicate classes
  25. applicationVariants.all { variant ->
  26. variant.getRuntimeConfiguration().exclude group: 'com.google.code.findbugs', module: 'jsr305'
  27. variant.getRuntimeConfiguration().exclude group: 'com.google.code.findbugs', module: 'annotations'
  28. }
  29. buildTypes {
  30. release {
  31. minifyEnabled false
  32. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
  33. }
  34. }
  35. compileOptions {
  36. sourceCompatibility = 1.8
  37. targetCompatibility = 1.8
  38. }
  39. }
  40. dependencies {
  41. implementation 'androidx.palette:palette:1.0.0'
  42. implementation 'androidx.multidex:multidex:2.0.1'
  43. implementation 'androidx.cardview:cardview:1.0.0'
  44. implementation 'androidx.appcompat:appcompat:1.1.0'
  45. implementation 'androidx.appcompat:appcompat:1.1.0'
  46. implementation 'androidx.legacy:legacy-support-v4:1.0.0'
  47. implementation 'androidx.legacy:legacy-support-v13:1.0.0'
  48. implementation 'androidx.recyclerview:recyclerview:1.1.0'
  49. implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
  50. implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
  51. implementation 'com.google.code.gson:gson:2.8.6'
  52. implementation 'com.google.android.material:material:1.1.0'
  53. implementation 'com.google.android.gms:play-services-auth:18.0.0'
  54. // implementation 'com.squareup.okhttp3:okhttp:4.2.2'
  55. implementation 'com.squareup.retrofit2:retrofit:2.6.2'
  56. implementation 'com.squareup.retrofit2:converter-gson:2.6.2'
  57. implementation 'com.squareup.okhttp:okhttp:2.7.5'
  58. implementation 'com.ogaclejapan.smarttablayout:library:2.0.0@aar'
  59. implementation 'com.ogaclejapan.smarttablayout:utils-v13:1.7.0@aar'
  60. implementation 'io.reactivex.rxjava2:rxjava:2.2.14'
  61. implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
  62. implementation 'jp.wasabeef:recyclerview-animators:2.3.0'
  63. implementation "me.leolin:ShortcutBadger:1.1.22@aar"
  64. implementation 'com.hendraanggrian:collapsingtoolbarlayout-subtitle:27.1.1'
  65. implementation 'com.budiyev.android:circular-progress-bar:1.1.9'
  66. implementation 'com.andrognito.pinlockview:pinlockview:2.1.0'
  67. implementation 'com.intuit.sdp:sdp-android:1.0.6'
  68. implementation 'com.github.enricocid:cpl:1.0.3'
  69. implementation 'com.github.bumptech.glide:glide:4.10.0'
  70. implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3'
  71. implementation 'com.github.kittinunf.fuel:fuel-android:1.9.0'
  72. implementation 'com.github.traex.rippleeffect:ripple:1.3.1-OG'
  73. implementation 'com.github.warkiz.widget:indicatorseekbar:2.1.2'
  74. implementation 'com.github.barteksc:android-pdf-viewer:3.0.0-beta.5'
  75. implementation 'com.github.dmytrodanylyk.shadow-layout:library:1.0.3'
  76. implementation 'com.github.siyamed:android-shape-imageview:0.9.3@aar'
  77. implementation 'com.github.tylersuehr7:empty-state-recyclerview:1.0.4'
  78. implementation 'com.github.douglasjunior:android-simple-tooltip:0.2.2'
  79. implementation 'com.firebaseui:firebase-ui-auth:5.0.0'
  80. implementation 'com.firebaseui:firebase-ui-database:5.0.0'
  81. implementation 'com.firebaseui:firebase-ui-firestore:4.3.2'
  82. implementation 'com.google.firebase:firebase-core:17.2.1'
  83. implementation 'com.google.firebase:firebase-auth:19.2.0'
  84. implementation 'com.google.firebase:firebase-storage:19.1.0'
  85. implementation 'com.google.firebase:firebase-database:19.2.0'
  86. implementation 'com.google.firebase:firebase-firestore:21.3.0'
  87. implementation 'com.google.firebase:firebase-messaging:20.0.1'
  88. implementation 'com.google.firebase:firebase-analytics:17.2.1'
  89. implementation 'com.ibm.watson:assistant:8.0.0'
  90. implementation 'com.ibm.watson:text-to-speech:8.0.0'
  91. implementation 'com.ibm.watson:speech-to-text:8.0.0'
  92. implementation 'com.ibm.watson.developer_cloud:java-sdk:3.7.2'
  93. implementation 'com.ibm.watson.developer_cloud:android-sdk:0.5.1'
  94. implementation 'jp.wasabeef:blurry:2.1.1'
  95. implementation 'de.hdodenhof:circleimageview:3.0.1'
  96. implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
  97. implementation 'net.cachapa.expandablelayout:expandablelayout:2.9.2'
  98. implementation 'org.apache.directory.studio:org.apache.commons.io:2.4'
  99. testImplementation 'junit:junit:4.13'
  100. androidTestImplementation 'androidx.test:runner:1.2.0'
  101. annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
  102. androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
  103. implementation 'com.wdullaer:materialdatetimepicker:4.2.3'
  104. implementation ('org.jitsi.react:jitsi-meet-sdk:2.8.2') { transitive = true }
  105. implementation 'com.github.siyamed:android-shape-imageview:0.9.3@aar'
  106. }
  107. apply plugin: 'com.google.gms.google-services'