Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Apr 11, 2018
1 parent a3bd008 commit d87c25a
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 @@ -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-support:1.0.0'
implementation 'com.pranavpandey.android:dynamic-support:1.1.0'
}
```

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

mavenGroup = 'com.pranavpandey.android'
mavenVersion = '1.0.0'
mavenVersion = '1.1.0'
mavenInceptionYear = 2018
mavenArtifactId = 'dynamic-support'
bintrayRepo = 'android'
Expand All @@ -68,7 +68,7 @@ ext {
licenseDistribution = 'repo'
allLicenses = ["Apache-2.0"]

versionCode = 10
versionCode = 11

buildTools = '27.0.3'
minSdk = 14
Expand Down

0 comments on commit d87c25a

Please sign in to comment.