build.gradle 6.2 KB

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