Skip to content

Commit 3eae65c

Browse files
committed
Version 0.5.0
1 parent 8ecb786 commit 3eae65c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
3232

3333
```groovy
3434
dependencies {
35-
compile 'com.pranavpandey.android:dynamic-engine:0.4.0'
35+
compile 'com.pranavpandey.android:dynamic-engine:0.5.0'
3636
}
3737
```
3838

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ext {
4242
githubUrl = 'pranavpandey/dynamic-engine'
4343

4444
mavenGroup = 'com.pranavpandey.android'
45-
mavenVersion = '0.4.0'
45+
mavenVersion = '0.5.0'
4646
mavenInceptionYear = 2017
4747
mavenArtifactId = 'dynamic-engine'
4848
bintrayRepo = 'android'
@@ -56,7 +56,7 @@ ext {
5656
licenseDistribution = 'repo'
5757
allLicenses = ["Apache-2.0"]
5858

59-
versionCode = 4
59+
versionCode = 5
6060

6161
buildTools = '26.0.1'
6262
minSdk = 14

0 commit comments

Comments
 (0)