Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jan 18, 2018
1 parent 045567f commit 90a9ebd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi

```groovy
dependencies {
implementation 'com.pranavpandey.android:dynamic-engine:0.7.0'
implementation 'com.pranavpandey.android:dynamic-engine:0.8.0'
}
```

Expand Down
1 change: 1 addition & 0 deletions bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ bintray {

gpg {
sign = true
passphrase = properties.getProperty("bintray.passphrase")
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ext {
githubUrl = 'pranavpandey/dynamic-engine'

mavenGroup = 'com.pranavpandey.android'
mavenVersion = '0.7.0'
mavenVersion = '0.8.0'
mavenInceptionYear = 2017
mavenArtifactId = 'dynamic-engine'
bintrayRepo = 'android'
Expand All @@ -52,7 +52,7 @@ ext {
licenseDistribution = 'repo'
allLicenses = ["Apache-2.0"]

versionCode = 7
versionCode = 8

buildTools = '27.0.3'
minSdk = 14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public int onStartCommand(@Nullable Intent intent, int flags, int startId) {
* default interval.
*
* @return Interval in milliseconds after which service will be
* restarted.
* restarted.
*
* @see #ADE_DEFAULT_RESTART_INTERVAL
*/
Expand Down

0 comments on commit 90a9ebd

Please sign in to comment.