GithubHelp home page GithubHelp logo

kotlin-build's Introduction

Kotlin-build

Introduction

This repository contains GitHub Actions workflows for building and releasing Android applications written in Kotlin. The main workflow, defined in app-build.yml, automates the building, signing, and releasing of the application.

Workflow: Android Build and Release

Overview

The Android Build and Release workflow triggers on every push to the master branch. It performs the following main tasks:

  • Sets up a Java and Android environment.
  • Builds the release version of the Android application.
  • Signs the APK.
  • Publishes the APK as a release.

Configuration

This workflow requires you to provide the following secrets in the repository settings:

  • SIGNING_KEY: Base64 encoded content of the Android signing key store file (*.jks).
  • ALIAS: Alias of the key within the key store.
  • KEY_STORE_PASSWORD: The password for the key store file.
  • KEY_PASSWORD: The password for the key.

Usage

To use this workflow:

  1. Place the app-build.yml file in the .github/workflows directory of your repository.
  2. Ensure all required secrets are configured in your GitHub repository.
  3. Push changes to the master branch.
  4. The workflow will run automatically, building, signing, and releaseing your application.
  5. The name and version of the software released in the "Releases" section will reflect the repository name and the version specified in the app/build.gradle.kts file.
  6. After the workflow completes, check the created release in your repository's "Releases" section.
  7. Validate the generated APK and release informaion, make any necessary corrections manually.

License

This project is licensed under the MIT License - see the LICENSE file for details.

kotlin-build's People

Contributors

gohj99 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.