Skip to content

Commit 7df0ee3

Browse files
author
TheFinestArtist
committed
Release 1.0.8 & APK
1 parent 5bd90b9 commit 7df0ee3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Easily reference the library in your Android projects using this dependency in y
5151

5252
```java
5353
dependencies {
54-
compile 'com.thefinestartist:finestwebview:1.0.7'
54+
compile 'com.thefinestartist:finestwebview:1.0.8'
5555
}
5656
```
5757

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
minSdkVersion 7
1515
targetSdkVersion 23
1616
versionCode 1
17-
versionName "1.0.7"
17+
versionName "1.0.8"
1818
}
1919
}
2020

@@ -34,7 +34,7 @@ publish {
3434
userOrg = 'thefinestartist'
3535
groupId = 'com.thefinestartist'
3636
artifactId = 'finestwebview'
37-
publishVersion = '1.0.7'
37+
publishVersion = '1.0.8'
3838
desc = 'Beautiful and customizable Android Activity that shows web pages within an app.'
3939
website = 'https://github.com/TheFinestArtist/FinestWebView-Android'
4040
}

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.thefinestartist.finestwebview.sample"
99
minSdkVersion 7
1010
targetSdkVersion 23
11-
versionCode 4
12-
versionName "1.0.7"
11+
versionCode 5
12+
versionName "1.0.8"
1313
}
1414
buildTypes {
1515
release {

sample/sample-release.apk

773 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)