diff --git a/README.md b/README.md index 556814d..0d75e03 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Easily reference the library in your Android projects using this dependency in y ```java dependencies { - compile 'com.thefinestartist:finestwebview:1.1.6' + compile 'com.thefinestartist:finestwebview:1.1.7' } ``` diff --git a/library/build.gradle b/library/build.gradle index fa00291..f160bfc 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -14,7 +14,7 @@ android { minSdkVersion 7 targetSdkVersion 23 versionCode 1 - versionName "1.1.6" + versionName "1.1.7" } } @@ -34,7 +34,7 @@ publish { userOrg = 'thefinestartist' groupId = 'com.thefinestartist' artifactId = 'finestwebview' - publishVersion = '1.1.6' + publishVersion = '1.1.7' desc = 'Beautiful and customizable Android Activity that shows web pages within an app.' website = 'https://github.com/TheFinestArtist/FinestWebView-Android' } \ No newline at end of file diff --git a/sample/build.gradle b/sample/build.gradle index f81cbce..331ae3c 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -9,7 +9,7 @@ android { minSdkVersion 7 targetSdkVersion 23 versionCode 9 - versionName "1.1.6" + versionName "1.1.7" } buildTypes { release {