apply plugin: 'com.android.library' android { compileSdkVersion 28 defaultConfig { minSdkVersion 15 targetSdkVersion 28 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { api fileTree(include: ['*.jar'], dir: 'libs') api 'com.android.support:appcompat-v7:28.0.0' api 'com.android.support:support-v4:28.0.0' api 'com.android.support:design:28.0.0' api 'com.android.support:cardview-v7:28.0.0' api 'com.android.support:multidex:1.0.3' api 'com.google.code.gson:gson:2.8.5' api 'com.jakewharton:butterknife:9.0.0-rc2' api 'org.greenrobot:eventbus:3.1.1' api 'org.greenrobot:greendao:3.3.0' api 'com.tencent.bugly:crashreport_upgrade:1.3.5' api 'com.tencent.bugly:nativecrashreport:3.3.1' api 'com.lzy.net:okgo:3.0.4' api 'com.parse:parse-android:1.13.1' api 'com.jaeger.statusbarutil:library:1.4.0' api 'com.github.bumptech.glide:glide:3.7.0' api 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.44' }