Skip to content

Commit

Permalink
Bump up version & release new apk
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFinestArtist committed Dec 30, 2015
1 parent 2a4f734 commit c15bd16
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Easily reference the library in your Android projects using this dependency in y

```java
dependencies {
compile 'com.thefinestartist:finestwebview:1.1.0'
compile 'com.thefinestartist:finestwebview:1.1.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdkVersion 7
targetSdkVersion 23
versionCode 1
versionName "1.1.0"
versionName "1.1.1"
}
}

Expand All @@ -34,7 +34,7 @@ publish {
userOrg = 'thefinestartist'
groupId = 'com.thefinestartist'
artifactId = 'finestwebview'
publishVersion = '1.1.0'
publishVersion = '1.1.1'
desc = 'Beautiful and customizable Android Activity that shows web pages within an app.'
website = 'https://github.com/TheFinestArtist/FinestWebView-Android'
}
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.thefinestartist.finestwebview.sample"
minSdkVersion 7
targetSdkVersion 23
versionCode 7
versionName "1.1.0"
versionCode 8
versionName "1.1.1"
}
buildTypes {
release {
Expand Down
Binary file modified sample/sample-release.apk
Binary file not shown.

0 comments on commit c15bd16

Please sign in to comment.