| 1234567891011121314151617181920212223 |
- 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
- }
- }
- }
- dependencies {
- api 'androidx.annotation:annotation:1.1.0'
- }
|