Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 644 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 644 Bytes

android-common-strings

Some common strings used across projects.

Import

Add jitpack to settings.gradle.kts.

maven { setUrl("https://jitpack.io") }
dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()

        maven { setUrl("https://jitpack.io") }
    }
}

Add dependency.

implementation("com.github.bogdan-pechounov:android-common-strings:0.3")

References

The Missing Apple iOS Localization Term Glossary