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 441a16c commit 035ac9cCopy full SHA for 035ac9c
app/build.gradle.kts
@@ -85,6 +85,6 @@ fun getCurrentArchitecture(): String {
85
return when {
86
arch.contains("aarch64") || arch.contains("arm64") -> "arm64-v8a"
87
arch.contains("x86_64") || arch.contains("amd64") -> "x86_64"
88
- else -> throw GradleException("Unsupported architecture: $arch")
+ else -> "x86_64"
89
}
90
0 commit comments