Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apply plugin: 'com.android.application'
- android {
- compileSdkVersion 28
- defaultConfig {
- applicationId "net.ramastudio.anotheracojwt"
- minSdkVersion 15
- targetSdkVersion 28
- versionCode 1
- versionName "1.0"
- testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
- }
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
- }
- }
- }
- dependencies {
- implementation fileTree(include: ['*.jar'], dir: 'libs')
- implementation 'com.android.support:appcompat-v7:28.0.0'
- implementation 'com.android.support:design:28.0.0'
- implementation 'com.android.support.constraint:constraint-layout:1.1.3'
- testImplementation 'junit:junit:4.12'
- androidTestImplementation 'com.android.support.test:runner:1.0.2'
- androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
- implementation 'com.auth0.android:jwtdecode:1.2.0'
- implementation 'com.google.code.gson:gson:2.8.5'
- implementation 'com.squareup.retrofit2:retrofit:2.5.0'
- implementation 'com.squareup.retrofit2:retrofit-converters:2.5.0'
- implementation 'com.squareup.retrofit2:converter-gson:2.0.2'
- implementation 'com.squareup.okhttp3:logging-interceptor:3.4.1'
- implementation 'com.android.support:cardview-v7:28.0.0-alpha3'
- implementation 'com.android.support:recyclerview-v7:28.0.0-alpha3'
- implementation 'com.basgeekball:awesome-validation:2.0'
- implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
- implementation 'com.jakewharton:butterknife:8.8.1'
- annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
- implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
- // circle view
- implementation 'de.hdodenhof:circleimageview:2.2.0'
- implementation 'com.squareup.picasso:picasso:2.5.2'
- implementation 'com.google.zxing:core:3.2.1'
- implementation 'com.journeyapps:zxing-android-embedded:3.2.0@aar'
- implementation 'com.squareup.retrofit2:converter-moshi:2.5.0'
- implementation 'com.facebook.stetho:stetho-okhttp3:1.5.0'
- implementation 'com.facebook.stetho:stetho:1.5.0'
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement