Skip to content

Commit

Permalink
Thanks for SilenceDut who fixed memory leak: Release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFinestArtist committed Dec 26, 2015
1 parent ebf0136 commit fda5ac0
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.0.8'
compile 'com.thefinestartist:finestwebview:1.0.9'
}
```

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.0.8"
versionName "1.0.9"
}
}

Expand All @@ -34,7 +34,7 @@ publish {
userOrg = 'thefinestartist'
groupId = 'com.thefinestartist'
artifactId = 'finestwebview'
publishVersion = '1.0.8'
publishVersion = '1.0.9'
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 5
versionName "1.0.8"
versionCode 6
versionName "1.0.9"
}
buildTypes {
release {
Expand Down
Binary file modified sample/sample-release.apk
Binary file not shown.

0 comments on commit fda5ac0

Please sign in to comment.