Road signs library

A Kotlin library hosting a custom view for road signs.

The demo application allows selecting the different road signs.

Supported languages

  • Danish ??
  • English ??
  • French ??
  • German ??
  • Polish ??
  • Portuguese ??
  • Spanish ??
  • Swedish ??

Gradle build

To deploy the library to your local Maven repository run the following task:

$ ./gradlew publishToMavenLocal

Then, to use the library in your project add mavenLocal() to
your top level build.gradle:

allprojects {
    repositories {
        mavenLocal()
        mavenCentral()
    }
}

and to your application module build.gradle:

dependencies {
    implementation "info.metadude.kotlin.library.roadsigns:roadsigns:$version"
}

Alternatively, you can use [JitPack][jitpack-roadsigns] to fetch and
build the sources directly from [this repository][github-roadsigns].

Author

  • [Tobias Preuss][tobias-preuss]

GitHub