Skip to content

OlukaDenis/spark-utils

Repository files navigation

Spark Utils

A Kotlin library for common Android utility methods.

Installation

  1. Add the JitPack repository to your build file. Add it in your root settings.gradle.kts at the end of repositories:
dependencyResolutionManagement {
    repositories {
        ...
        maven { url = uri("https://jitpack.io") }
    }
}
  1. Add the dependency in your app level build.gradle.kts:
dependencies {
    implementation("com.github.OlukaDenis:spark-utils:v0.0.1") // Use the exact tag from releases
}

To find the latest version:

  1. Check the Releases page for the latest tag
  2. Or visit JitPack to see all available versions

Usage

Here are some examples of how to use the library:

// Example usage code here

Features

  • Feature 1
  • Feature 2
  • Feature 3

Requirements

  • Android API level 21 or higher
  • Kotlin 1.9.0 or higher

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/my-new-feature)
  5. Create new Pull Request

License

Copyright 2024 Denis Oluka

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Author

Denis Oluka - GitHub