apply plugin: 'com.android.library' android { compileSdkVersion 21 buildToolsVersion "25.0.0" defaultConfig { minSdkVersion 5 targetSdkVersion 5 } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } } dependencies { compile files('libs/KeySharpWireless1_qr_1.5.1_old.jar') compile files('libs/SEM.jar') compile files('libs/SmartCert_v1.0.5.jar') compile files('libs/SmartUsim.jar') compile files('libs/XecureCertShare.jar') compile files('libs/XecureKeypad.jar') compile files('libs/XecureSmart.jar') compile files('libs/mobiletoken_auth_api.jar') compile files('libs/mobiletokenlibrary.jar') compile files('libs/mtk_v4.6.0.19.jar') compile files('libs/raon_api.jar') }