Skip to content

Commit

Permalink
Disable dryRun
Browse files Browse the repository at this point in the history
  • Loading branch information
markusgursch-aaa committed Jun 14, 2019
1 parent 0c75aa2 commit 7225cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inappupdater/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {


group = 'at.allaboutapps.inappupdater'
version = '1.0.5'
version = '1.0.6'

apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
Expand Down Expand Up @@ -53,7 +53,7 @@ bintray {
released = new Date()
vcsTag = System.getenv('TRAVIS_TAG')
}
dryRun = true
dryRun = false
publish = true
licenses = ['MIT']
vcsUrl = 'https://github.com/allaboutapps/InAppUpdater'
Expand Down

0 comments on commit 7225cce

Please sign in to comment.