Skip to content

Commit

Permalink
Add bintray plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
markusgursch-aaa committed Jun 12, 2019
1 parent a000d33 commit 1a3bf6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions inappupdater/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
plugins {
id "com.jfrog.bintray" version "1.7.3"
id "com.github.dcendents.android-maven" version "2.1"
}

group = 'at.allaboutapps.inappupdater'
version = '0.9.6'

apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
Expand Down

0 comments on commit 1a3bf6a

Please sign in to comment.