build.gradle 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. apply plugin: 'com.android.application'
  2. android {
  3. compileSdkVersion 25
  4. buildToolsVersion "25.0.3"
  5. defaultConfig {
  6. applicationId "com.usai.redant.raimage"
  7. minSdkVersion 14
  8. targetSdkVersion 25
  9. versionCode 1
  10. versionName "1.01.33428"
  11. }
  12. buildTypes {
  13. release {
  14. minifyEnabled true
  15. proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-project.txt'
  16. }
  17. }
  18. }
  19. dependencies {
  20. // compile 'com.android.support:support-v4:18.0.0'
  21. compile files('libs/core-2.3.0.jar')
  22. compile files('libs/httpmime-4.1.1.jar')
  23. compile files('libs/bcprov-jdk15on-157.jar')
  24. // compile 'org.bouncycastle.bcprov-jdk15on.1.57.org.bouncycastle:bcprov-jdk15on:1.57'
  25. compile 'com.android.support:appcompat-v7:25.3.1'
  26. compile 'com.android.support:support-v4:25.3.1'
  27. compile 'com.android.support.constraint:constraint-layout:1.0.2'
  28. compile 'com.android.support:recyclerview-v7:25.3.1'
  29. }
  30. android {
  31. useLibrary 'org.apache.http.legacy'
  32. }