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
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -22,6 +22,10 @@ android {
"proguard-rules.pro"
)
}
create("nightly") {
initWith(getByName("release"))
matchingFallbacks += "release"
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8