Android Country Flags

Additional

Language
Java
Version
v1.0.3 (Jul 1, 2017)
Created
May 25, 2017
Updated
Jan 3, 2018 (Retired)
Owner
Michael Fotiadis (MikeFot)
Contributor
Michael Fotiadis (MikeFot)
1
Activity
Badge
Generate
Download
Source code

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