File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Easily reference the library in your Android projects using this dependency in y
4141
4242``` java
4343dependencies {
44- compile ' com.thefinestartist:finestwebview:1.0.2 '
44+ compile ' com.thefinestartist:finestwebview:1.0.3 '
4545}
4646```
4747
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
1313 defaultConfig {
1414 minSdkVersion 7
1515 targetSdkVersion 23
16- versionCode 3
17- versionName " 1.0.2 "
16+ versionCode 1
17+ versionName " 1.0.3 "
1818 }
1919}
2020
@@ -30,7 +30,7 @@ publish {
3030 userOrg = ' thefinestartist'
3131 groupId = ' com.thefinestartist'
3232 artifactId = ' finestwebview'
33- publishVersion = ' 1.0.2 '
33+ publishVersion = ' 1.0.3 '
3434 desc = ' Beautiful and customizable Android Activity that shows web pages within an app.'
3535 website = ' https://github.com/TheFinestArtist/FinestWebView-Android'
3636}
You can’t perform that action at this time.
0 commit comments