We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9862cd commit 6be59d3Copy full SHA for 6be59d3
foremwebview/build.gradle
@@ -4,8 +4,8 @@ plugins {
4
id 'maven-publish'
5
}
6
ext{
7
- version_code = 13
8
- version_name = "1.0.13"
+ version_code = 14
+ version_name = "1.0.14"
9
10
11
android {
foremwebview/src/main/java/com/forem/webview/UrlChecks.kt
@@ -15,6 +15,7 @@ object UrlChecks {
15
"api.twitter.com/oauth",
16
"api.twitter.com/login/error",
17
"api.twitter.com/account/login_verification",
18
+ "twitter.com",
19
"github.com/login",
20
"github.com/sessions/"
21
)
0 commit comments