apply plugin: 'com.android.library' ext { bintrayRepo = 'maven' bintrayName = 'folioreader' publishedGroupId = 'com.folioreader' libraryName = 'WebViewMarker' artifact = 'webViewMarker' libraryDescription = 'An epub reader for Android' siteUrl = 'https://github.com/FolioReader/FolioReader-Android' gitUrl = 'https://github.com/FolioReader/FolioReader-Android.git' libraryVersion = '0.3.1' developerId = 'mobisystech' developerName = 'Folio Reader' developerEmail = 'mahavir@codetoart.com' licenseName = 'FreeBSD License' licenseUrl = 'https://en.wikipedia.org/wiki/FreeBSD_Documentation_License#License' allLicenses = ["FreeBSD"] } android { compileSdkVersion 27 buildToolsVersion '27.0.3' defaultConfig { minSdkVersion 14 targetSdkVersion 27 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } } apply from: '../folioreader/bintray/installv1.gradle' apply from: '../folioreader/bintray/bintrayv1.gradle'