Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dark98
2006Scape Mobile
Commits
93055a29
Commit
93055a29
authored
4 years ago
by
khanhduytran0
Browse files
Options
Download
Plain Diff
Merge branch 'gl4es' of
https://github.com/PojavLauncherTeam/PojavLauncher
into gl4es
parents
6b834de9
7aed98b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+1
-1
.travis.yml
app/build.gradle
+13
-0
app/build.gradle
app/debug.keystore
+0
-0
app/debug.keystore
with
14 additions
and
1 deletion
+14
-1
.travis.yml
+
1
-
1
View file @
93055a29
...
...
@@ -46,7 +46,7 @@ script:
-
./gradlew test
deploy
:
provider
:
release
s
provider
:
release
api-key
:
$GITHUB_API_KEY
file
:
$TRAVIS_BUILD_DIR/app/build/outputs/apk/debug/app-debug.apk
skip_cleanup
:
true
...
...
This diff is collapsed.
Click to expand it.
app/build.gradle
+
13
-
0
View file @
93055a29
...
...
@@ -8,6 +8,14 @@ android {
lintOptions
{
abortOnError
false
}
signingConfigs
{
customDebug
{
storeFile
file
(
"debug.keystore"
)
storePassword
"android"
keyAlias
"androiddebugkey"
keyPassword
"android"
}
}
defaultConfig
{
applicationId
"net.kdt.pojavlaunch"
minSdkVersion
21
...
...
@@ -18,6 +26,11 @@ android {
}
buildTypes
{
debug
{
minifyEnabled
false
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
signingConfig
signingConfigs
.
customDebug
}
release
{
// Don't set to true or java.awt will be a.a or something similar.
minifyEnabled
false
...
...
This diff is collapsed.
Click to expand it.
app/debug.keystore
0 → 100644
+
0
-
0
View file @
93055a29
File added
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets