Go to file
2024-10-03 07:33:05 +02:00
app Updating to version 1.2 2024-10-03 07:33:05 +02:00
fastlane/metadata/android/en-US Adding icon to fastlane. '-.- 2024-10-02 13:12:58 +02:00
gradle Adding initial commit. 2024-08-02 19:51:35 +02:00
.exists Adding initial commit. 2024-08-02 19:51:35 +02:00
build.gradle Adding initial commit. 2024-08-02 19:51:35 +02:00
cube-pro.svg Adding icons for premium and poor. 2024-08-05 18:47:20 +02:00
cube.svg Adding icons for premium and poor. 2024-08-05 18:47:20 +02:00
gradle.properties Adding initial commit. 2024-08-02 19:51:35 +02:00
install_icon.pl Adding icons for premium and poor. 2024-08-05 18:47:20 +02:00
LICENSE Initial commit 2024-08-02 19:34:35 +02:00
README.md Adding License Header. 2024-09-29 11:19:45 +02:00
settings.gradle Adding initial commit. 2024-08-02 19:51:35 +02:00
stupid_art_for_google.kra Adding release to google changes. 2024-08-05 23:20:31 +02:00
stupid_art_for_google.png Adding release to google changes. 2024-08-05 23:20:31 +02:00

BedrockStation

Connect from PlayStation's Minecraft to third-party servers.

Copyright (C) 2024 Sergio Iglesias

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Compile instructions

Copy app/build.gradle.example to app/build.gradle.

Remove:

    signingConfigs {
        release {
            storeFile file("<file>")
            storePassword "<store pass>"
            keyAlias "<alias>"
            keyPassword "<pass>"
        }
    }

and

            signingConfig signingConfigs.release

From that file.

Configure correctly the android sdk.

Install gradle-8.7 or later.

Run:

gradle assemble

Test the demo build installing:

./app/build/outputs/apk/free/debug/app-free-debug.apk

And the Pro build installing:

./app/build/outputs/apk/pro/debug/app-pro-debug.apk