Skip to content

Commit

Permalink
BiuBiuBiu~Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
samlss committed Feb 28, 2019
1 parent dd5aa69 commit bf1fcef
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Bling/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'

android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 11
targetSdkVersion 28
versionCode 1_0_0
versionName "1.0.0"
}

lintOptions {
abortOnError false
}
}

dependencies {
}

publish {
userOrg = 'samlss'
groupId = 'me.samlss'
artifactId = 'bling'
publishVersion = '1.0.0'
desc = 'A shapes fall effect library for android'
website = 'https://github.com/samlss/Bling'
}

0 comments on commit bf1fcef

Please sign in to comment.