Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TouHou.FM
Client
fm.touhou.touhoufm
Commits
4fd886ae
Verified
Commit
4fd886ae
authored
Sep 14, 2020
by
Daniel Sonck
Browse files
Fix signing again
parent
40edda9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4fd886ae
...
@@ -14,7 +14,6 @@ stages:
...
@@ -14,7 +14,6 @@ stages:
before_script
:
before_script
:
-
cp $APP_RELEASE_GRADLE app/release.gradle
-
cp $APP_RELEASE_GRADLE app/release.gradle
-
cp $LOCAL_PROPERTIES local.properties
-
cp $LOCAL_PROPERTIES local.properties
-
echo "TouHouFM.signing=$TOUHOUFM_SIGNING" > app/local.properties
build
:
build
:
stage
:
build
stage
:
build
...
...
app/build.gradle
View file @
4fd886ae
...
@@ -23,9 +23,9 @@ apply plugin: 'kotlin-android'
...
@@ -23,9 +23,9 @@ apply plugin: 'kotlin-android'
apply
plugin:
'kotlin-android-extensions'
apply
plugin:
'kotlin-android-extensions'
apply
plugin:
'androidx.navigation.safeargs.kotlin'
apply
plugin:
'androidx.navigation.safeargs.kotlin'
if
(
project
.
hasProperty
(
"TouHouFM
.
signing"
)
if
(
project
.
hasProperty
(
"TouHouFM
_
signing"
)
&&
new
File
(
project
.
property
(
"TouHouFM
.
signing"
)
+
".gradle"
).
exists
())
{
&&
new
File
(
project
.
property
(
"TouHouFM
_
signing"
)
+
".gradle"
).
exists
())
{
apply
from:
project
.
property
(
"TouHouFM
.
signing"
)
+
".gradle"
apply
from:
project
.
property
(
"TouHouFM
_
signing"
)
+
".gradle"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment