ci: fix nightly build type

This commit is contained in:
zaneschepke
2026-05-21 03:10:52 -04:00
parent 82afe54b99
commit d8521bc4c7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ android {
"proguard-rules.pro"
)
}
create(Constants.NIGHTLY) { initWith(getByName(Constants.RELEASE)) }
}
externalNativeBuild {
+1
View File
@@ -53,6 +53,7 @@ android {
}
}
}
create(Constants.NIGHTLY) { initWith(getByName(Constants.RELEASE)) }
}
compileOptions {