apply plugin: 'com.android.library' apply plugin: 'com.novoda.bintray-release' android { compileSdkVersion 25 buildToolsVersion "25.0.2" defaultConfig { minSdkVersion 11 targetSdkVersion 25 versionCode 2 versionName "1.1" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } buildscript { repositories { jcenter() } dependencies { classpath 'com.novoda:bintray-release:0.4.0' } } publish { userOrg = 'erz05' groupId = 'com.github.erz05' artifactId = 'JoyStick' version = '1.1.0' description = 'Android Library for JoyStick View' website = 'https://github.com/erz05/JoyStick' }