Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
Gradle plugin 3.2.0-alpha16.
  • Loading branch information
pranavpandey committed Jun 6, 2018
1 parent b9ba451 commit 628df0e
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 @@ -34,7 +34,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi

```groovy
dependencies {
implementation 'com.pranavpandey.android:dynamic-dialogs:1.1.0'
implementation 'com.pranavpandey.android:dynamic-dialogs:1.1.1'
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-alpha15'
classpath 'com.android.tools.build:gradle:3.2.0-alpha16'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
Expand Down Expand Up @@ -55,7 +55,7 @@ ext {
githubUrl = 'pranavpandey/dynamic-dialogs'

mavenGroup = 'com.pranavpandey.android'
mavenVersion = '1.1.0'
mavenVersion = '1.1.1'
mavenInceptionYear = 2017
mavenArtifactId = 'dynamic-dialogs'
bintrayRepo = 'android'
Expand All @@ -69,7 +69,7 @@ ext {
licenseDistribution = 'repo'
allLicenses = ["Apache-2.0"]

versionCode = 11
versionCode = 12

buildTools = '27.0.3'
minSdk = 14
Expand Down

0 comments on commit 628df0e

Please sign in to comment.