Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hermes-node-android
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lisa
hermes-node-android
Commits
d30d7899
Commit
d30d7899
authored
May 15, 2026
by
Lisa (AI Assistant)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: sign debug apk for device install
parent
80e0f000
Pipeline
#329
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
build.gradle.kts
app/build.gradle.kts
+17
-2
No files found.
app/build.gradle.kts
View file @
d30d7899
...
@@ -11,8 +11,23 @@ android {
...
@@ -11,8 +11,23 @@ android {
applicationId
=
"net.nexlab.hermesnodeandroid"
applicationId
=
"net.nexlab.hermesnodeandroid"
minSdk
=
26
minSdk
=
26
targetSdk
=
35
targetSdk
=
35
versionCode
=
1
versionCode
=
2
versionName
=
"0.1.0"
versionName
=
"0.1.1"
}
signingConfigs
{
getByName
(
"debug"
)
{
storeFile
=
rootProject
.
file
(
"debug.keystore"
)
storePassword
=
"android"
keyAlias
=
"androiddebugkey"
keyPassword
=
"android"
}
}
buildTypes
{
getByName
(
"debug"
)
{
signingConfig
=
signingConfigs
.
getByName
(
"debug"
)
}
}
}
compileOptions
{
compileOptions
{
...
...
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