Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Bump chromium-aw version to 92.0.4515.38-1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavinAhn committed Jun 1, 2021
1 parent 0e958ef commit ec14b67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ apply(plugin = "de.undercouch.download")
Then you can include this library by adding dependency script to `build.gradle.kts` file of your project.

```kts
val version = "91.0.4472.70-1"
val version = "92.0.4515.38-1"
val fileName = "chromium-aw-release.aar"
val destPath = "../libs/${fileName}"
val downloadChromiumAwTaskName = "chromium-aw@aar"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.google.protobuf'

group = 'com.github.ridi'
version = '91.0.4472.70-1'
version = '92.0.4515.38-1'

android {
compileSdkVersion 30
Expand Down
2 changes: 1 addition & 1 deletion demo/app/src/main/java/com/ridi/awdemo/WebView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ class WebView(context: Context) : FrameLayout(context) {
}

companion object {
// https://chromium.googlesource.com/chromium/src.git/+/refs/tags/91.0.4472.70/third_party/blink/renderer/platform/runtime_enabled_features.json5
// https://chromium.googlesource.com/chromium/src.git/+/refs/tags/92.0.4515.38/third_party/blink/renderer/platform/runtime_enabled_features.json5
private val COMMAND =
arrayOf(
"", // Just put an empty string or any string.
Expand Down
2 changes: 1 addition & 1 deletion demo/buildSrc/src/main/java/com/ridi/awdemo/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Constants {
const val COMPILE_SDK_VERSION = 29
const val TARGET_SDK_VERSION = 29
const val ANDROIDX_CORE_VERSION = "1.3.2"
const val AW_VERSION = "91.0.4472.70-1"
const val AW_VERSION = "92.0.4515.38-1"
const val AW_AAR_NAME = "chromium-aw-release.aar"
const val AW_AAR_PATH = "../libs/$AW_VERSION/$AW_AAR_NAME"
}

0 comments on commit ec14b67

Please sign in to comment.