mirror of
https://github.com/wgtunnel/android.git
synced 2026-06-02 00:29:08 +02:00
ci: fix nightly build type
This commit is contained in:
@@ -42,6 +42,7 @@ android {
|
||||
"proguard-rules.pro"
|
||||
)
|
||||
}
|
||||
create(Constants.NIGHTLY) { initWith(getByName(Constants.RELEASE)) }
|
||||
}
|
||||
|
||||
externalNativeBuild {
|
||||
|
||||
@@ -53,6 +53,7 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
create(Constants.NIGHTLY) { initWith(getByName(Constants.RELEASE)) }
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
||||
Reference in New Issue
Block a user