We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e91164e + 71499e5 commit 008b511Copy full SHA for 008b511
foremwebview/build.gradle
@@ -10,11 +10,11 @@ android {
10
defaultConfig {
11
minSdk 21
12
targetSdk 31
13
- versionCode 9
14
- versionName "1.0.9"
+ versionCode 10
+ versionName "1.0.10"
15
16
buildConfigField("String", "ANDROID_BRIDGE", "\"AndroidBridge\"")
17
- buildConfigField("String", "FOREM_AGENT_EXTENSION", "\"ForemWebView/1.0.9\"")
+ buildConfigField("String", "FOREM_AGENT_EXTENSION", "\"ForemWebView/1.0.10\"")
18
buildConfigField("String", "PASSPORT_AGENT_EXTENSION", "\"ForemWebView/passport\"")
19
}
20
buildTypes {
@@ -65,7 +65,7 @@ afterEvaluate {
65
66
groupId = 'com.github.forem'
67
artifactId = 'ForemWebView-android'
68
- version = '1.0.9'
+ version = '1.0.10'
69
70
71
0 commit comments