Android--Library-Country-Flags icon indicating copy to clipboard operation
Android--Library-Country-Flags copied to clipboard

Assets for country flags

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 Project https://bintray.com/mikefot/maven/android-country-flags

Android Arsenal