forked from recloudstream/cloudstream
fix dokka
This commit is contained in:
parent
6233edefd4
commit
ce45351399
1 changed files with 3 additions and 1 deletions
|
@ -44,6 +44,8 @@ android {
|
||||||
resValue "string", "commit_hash",
|
resValue "string", "commit_hash",
|
||||||
("git rev-parse --short HEAD".execute().text.trim() ?: "")
|
("git rev-parse --short HEAD".execute().text.trim() ?: "")
|
||||||
|
|
||||||
|
resValue "bool", "is_prerelease", "false"
|
||||||
|
|
||||||
buildConfigField("String", "BUILDDATE", "new java.text.SimpleDateFormat(\"yyyy-MM-dd HH:mm\").format(new java.util.Date(" + System.currentTimeMillis() + "L));")
|
buildConfigField("String", "BUILDDATE", "new java.text.SimpleDateFormat(\"yyyy-MM-dd HH:mm\").format(new java.util.Date(" + System.currentTimeMillis() + "L));")
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
Loading…
Reference in a new issue