| 123456789101112131415161718192021222324 |
- apply plugin: 'com.android.library'
- apply plugin: 'com.github.dcendents.android-maven'
- group = 'com.github.pedroSG94'
- android {
- compileSdkVersion 30
- defaultConfig {
- minSdkVersion 16
- targetSdkVersion 30
- versionCode 195
- versionName "1.9.5"
- }
- buildTypes {
- release {
- minifyEnabled false
- consumerProguardFiles 'proguard-rules.pro'
- }
- }
- }
- dependencies {
- api 'androidx.annotation:annotation:1.1.0'
- }
|