Skip to content

Repository files navigation

Android Country Flags

Android library containing country flag assets.

Importing into your project

Gradle

Add the following to your parent project Gradle file

allprojects {
repositories {
maven { url "https://dl.bintray.com/mikefot/maven/" }
}
}

And the following to your module Gradle file:

compile 'com.michaelfotiadis:android-country-flags:1.0.3'

Maven

<dependency>
<groupId>com.michaelfotiadis</groupId>
<artifactId>android-country-flags</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>

Bintray Projecthttps://bintray.com/mikefot/maven/android-country-flags

Android Arsenal

Releases

Packages

Contributors

Languages