Fix build type for nightly on build info screen

This commit is contained in:
MM20
2023-01-30 21:29:26 +01:00
parent 4395494fcf
commit 3a805cc000
+4
View File
@@ -22,6 +22,10 @@ android {
"proguard-rules.pro"
)
}
create("nightly") {
initWith(getByName("release"))
matchingFallbacks += "release"
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8