We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b0480 commit 922b236Copy full SHA for 922b236
1 file changed
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
// Project Version
8
-ext.pub_version = "0.95-1"
+ext.pub_version = "0.95-2"
9
10
static def get_platform() {
11
def platform
@@ -35,10 +35,10 @@ static def get_platform() {
35
static def get_platform_path(platform) {
36
if (platform == "linux-athena") {
37
return "linux/athena"
38
- } else if (platform == "linux-raspbian") {
39
- return "linux/raspbian"
40
- } else if (platform == "linux-aarch64bionic") {
41
- return "linux/aarch64bionic"
+ } else if (platform == "linux-arm32") {
+ return "linux/arm32"
+ } else if (platform == "linux-arm64") {
+ return "linux/arm64"
42
} else if (platform == "linux-x86") {
43
return "linux/x86"
44
} else if (platform == "linux-x86_64") {
0 commit comments