Skip to content

Commit

Permalink
prepare release to jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-coffee committed Oct 25, 2018
1 parent 1101c82 commit 93e9477
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ buildscript {
classpath('com.android.tools.build:gradle:3.2.1')
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

Expand Down
7 changes: 5 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.pm-coffee'

android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 28
versionName "1.2.0"
versionCode 1
versionName "0.0.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 93e9477

Please sign in to comment.