File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Easily reference the library in your Android projects using this dependency in y
5252
5353``` java
5454dependencies {
55- compile ' com.thefinestartist:finestwebview:1.1.6 '
55+ compile ' com.thefinestartist:finestwebview:1.1.7 '
5656}
5757```
5858
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ android {
1414 minSdkVersion 7
1515 targetSdkVersion 23
1616 versionCode 1
17- versionName " 1.1.6 "
17+ versionName " 1.1.7 "
1818 }
1919}
2020
@@ -34,7 +34,7 @@ publish {
3434 userOrg = ' thefinestartist'
3535 groupId = ' com.thefinestartist'
3636 artifactId = ' finestwebview'
37- publishVersion = ' 1.1.6 '
37+ publishVersion = ' 1.1.7 '
3838 desc = ' Beautiful and customizable Android Activity that shows web pages within an app.'
3939 website = ' https://github.com/TheFinestArtist/FinestWebView-Android'
4040}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
99 minSdkVersion 7
1010 targetSdkVersion 23
1111 versionCode 9
12- versionName " 1.1.6 "
12+ versionName " 1.1.7 "
1313 }
1414 buildTypes {
1515 release {
You can’t perform that action at this time.
0 commit comments