tangled
alpha
login
or
join now
geesawra.industries
/
jerry-no
8
fork
atom
A cheap attempt at a native Bluesky client for Android
8
fork
atom
overview
issues
pulls
pipelines
workflows: lint
geesawra.industries
5 months ago
7f8940b8
23627125
0/1
build.yaml
timeout
7m 55s
-1
1 changed file
expand all
collapse all
unified
split
app
build.gradle.kts
-1
app/build.gradle.kts
···
25
25
if (!providers.environmentVariable("KEYSTORE_PASSWORD").isPresent) {
26
26
return@create
27
27
}
28
28
-
29
28
keyAlias = "release"
30
29
keyPassword = providers.environmentVariable("KEYSTORE_PASSWORD").toString()
31
30
storeFile = file(project.projectDir.absolutePath + "/keystore.jks")