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.
1 parent c265c12 commit de12642Copy full SHA for de12642
starboard/android/apk/app/build.gradle
@@ -80,7 +80,7 @@ android {
80
minSdkVersion MIN_SUPPORTED_SDK_VERSION
81
targetSdkVersion LATEST_SUPPORTED_SDK_VERSION
82
compileSdkVersion LATEST_SUPPORTED_SDK_VERSION
83
- versionCode 104
+ versionCode 103
84
versionName "${buildId}"
85
manifestPlaceholders = [
86
applicationName: "TizenTube",
starboard/build/config/BUILD.gn
@@ -53,6 +53,9 @@ if (cobalt_pending_clean_up) {
53
"-Wno-unused-command-line-argument",
54
"-Wno-unused-function",
55
56
+ # For v8: don't treat this specific warning as an error on clang
57
+ "-Wno-error=unused-value",
58
+
59
# musl getaddrinfo implementation null-check static array on Linux
60
"-Wno-tautological-pointer-compare",
61
]
0 commit comments