Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Sep 8, 2017
1 parent 8ecb786 commit 3eae65c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi

```groovy
dependencies {
compile 'com.pranavpandey.android:dynamic-engine:0.4.0'
compile 'com.pranavpandey.android:dynamic-engine:0.5.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ext {
githubUrl = 'pranavpandey/dynamic-engine'

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

versionCode = 4
versionCode = 5

buildTools = '26.0.1'
minSdk = 14
Expand Down

0 comments on commit 3eae65c

Please sign in to comment.