build.gradle 876 B

123456789101112131415161718192021222324252627282930313233
  1. apply plugin: 'com.android.library'
  2. android {
  3. compileSdkVersion 21
  4. buildToolsVersion "25.0.0"
  5. defaultConfig {
  6. minSdkVersion 5
  7. targetSdkVersion 5
  8. }
  9. buildTypes {
  10. release {
  11. minifyEnabled false
  12. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
  13. }
  14. }
  15. }
  16. dependencies {
  17. compile files('libs/KeySharpWireless1_qr_1.5.1_old.jar')
  18. compile files('libs/SEM.jar')
  19. compile files('libs/SmartCert_v1.0.5.jar')
  20. compile files('libs/SmartUsim.jar')
  21. compile files('libs/XecureCertShare.jar')
  22. compile files('libs/XecureKeypad.jar')
  23. compile files('libs/XecureSmart.jar')
  24. compile files('libs/mobiletoken_auth_api.jar')
  25. compile files('libs/mobiletokenlibrary.jar')
  26. compile files('libs/mtk_v4.6.0.19.jar')
  27. compile files('libs/raon_api.jar')
  28. }