Skip to content
Huey edited this page Dec 6, 2021 · 3 revisions

Welcome to the android-common-ktx wiki!

List of extensions:

  • Activity Extensions
  • Context Extensions
  • View Extensions
  • TextView Extensions
  • Toast Extensions
  • String Extensions
  • SharedPreferences Extensions
  • Date Extensions
  • TypedArray Extensions

How to contribute:

Ex: You want to add the updates following created issue with id 1

  • Branch: feature/1-add-new-extension
  • Commit: [#1] Add new extension

Release projects:

Following our release convention about versioning, release branch, ... to process for publishing new version with release tag: =

  • Check out new branch from develop : release/0.1.0

    • 0.1.0 is the release number with created milestone
  • Create new PR to merge release/ branch to main

image

  • Once the release PR merged, visit jitpack to verify build status

nimblehq___android-common-ktx

Clone this wiki locally