Skip to content

Commit

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

```groovy
dependencies {
implementation 'com.pranavpandey.android:dynamic-utils:0.9.0'
implementation 'com.pranavpandey.android:dynamic-utils:1.0.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.2.0-alpha05'

classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
}
}

Expand Down Expand Up @@ -36,7 +36,7 @@ ext {
githubUrl = 'pranavpandey/dynamic-utils'

mavenGroup = 'com.pranavpandey.android'
mavenVersion = '0.9.0'
mavenVersion = '1.0.0'
mavenInceptionYear = 2017
mavenArtifactId = 'dynamic-utils'
bintrayRepo = 'android'
Expand All @@ -50,7 +50,7 @@ ext {
licenseDistribution = 'repo'
allLicenses = ["Apache-2.0"]

versionCode = 9
versionCode = 10

buildTools = '27.0.3'
minSdk = 14
Expand Down

0 comments on commit c952688

Please sign in to comment.