mirror of
https://github.com/Jacekun/cs3xxx-repo.git
synced 2024-08-14 23:57:09 +00:00
Updated gradle info
This commit is contained in:
parent
30ba08bb47
commit
817f41ac15
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,10 @@ subprojects {
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
// when running through github workflow, GITHUB_REPOSITORY should contain current repository name
|
// when running through github workflow, GITHUB_REPOSITORY should contain current repository name
|
||||||
setRepo(System.getenv("GITHUB_REPOSITORY") ?: "user/repo")
|
setRepo(System.getenv("GITHUB_REPOSITORY") ?: "Jacekun/cs3xxx-repo")
|
||||||
|
|
||||||
|
description = "For the coomers and degenerates"
|
||||||
|
authors = listOf("Jace")
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
Loading…
Reference in a new issue