项目作者: MikeFot

项目描述 :
Assets for country flags
高级语言: Java
项目地址: git://github.com/MikeFot/Android--Library-Country-Flags.git
创建时间: 2017-05-25T20:56:04Z
项目社区:https://github.com/MikeFot/Android--Library-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

  1. allprojects {
  2. repositories {
  3. maven { url "https://dl.bintray.com/mikefot/maven/" }
  4. }
  5. }

And the following to your module Gradle file:

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

Maven

  1. <dependency>
  2. <groupId>com.michaelfotiadis</groupId>
  3. <artifactId>android-country-flags</artifactId>
  4. <version>1.0.3</version>
  5. <type>pom</type>
  6. </dependency>

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

Android Arsenal