Skip to content

Commit 1c1341c

Browse files
authored
Merge pull request #70 from forem/release-1.0.14
Release 1.0.14
2 parents e9862cd + 6be59d3 commit 1c1341c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

foremwebview/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
id 'maven-publish'
55
}
66
ext{
7-
version_code = 13
8-
version_name = "1.0.13"
7+
version_code = 14
8+
version_name = "1.0.14"
99
}
1010

1111
android {

foremwebview/src/main/java/com/forem/webview/UrlChecks.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ object UrlChecks {
1515
"api.twitter.com/oauth",
1616
"api.twitter.com/login/error",
1717
"api.twitter.com/account/login_verification",
18+
"twitter.com",
1819
"github.com/login",
1920
"github.com/sessions/"
2021
)

0 commit comments

Comments
 (0)