Inital commit
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
ext {
|
||||
bintrayRepo = 'maven'
|
||||
bintrayName = 'MultiSelectSpinner'
|
||||
publishedGroupId = 'com.inthecheesefactory.thecheeselibrary'
|
||||
libraryName = 'MultiSelectSpinner'
|
||||
artifact = 'MultiSelectSpinner'
|
||||
|
||||
libraryDescription = 'Its helpful to Select Multiple Values from Spinner list.'
|
||||
|
||||
siteUrl = 'https://github.com/pratikbutani/MultiSelectSpinner'
|
||||
gitUrl = 'https://github.com/pratikbutani/MultiSelectSpinner'
|
||||
|
||||
libraryVersion = '1.0'
|
||||
|
||||
developerId = 'pratikbutani'
|
||||
developerName = 'Pratik Butani'
|
||||
developerEmail = 'pratik13butani@gmail.com'
|
||||
|
||||
licenseName = 'The Apache Software License, Version 2.0'
|
||||
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
|
||||
allLicenses = ["Apache-2.0"]
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 31
|
||||
// buildToolsVersion '28.0.3'
|
||||
defaultConfig {
|
||||
minSdkVersion 20
|
||||
targetSdkVersion 29
|
||||
versionCode 1
|
||||
versionName '1.0'
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
productFlavors {
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.rey5137:material:1.2.2'
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user