maven-android-parent

简介:

maven-android-parent

Introduction

It is the parent pom for the android project with maven. You can fork it,then modify the pom file to meet your needs.

Download

Download the latest POM or grab via Maven:

<dependency>
  <groupId>com.github.snowdream.android</groupId>
  <artifactId>parent</artifactId>
  <version>0.0.1</version>
  <type>pom</type>
</dependency>

License

 Copyright (C) 2013 Snowdream Mobile

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
相关文章
|
4月前
|
IDE API 开发工具
与Android Gradle Plugin对应的Gradle版本和Android Studio版本
与Android Gradle Plugin对应的Gradle版本和Android Studio版本
519 0
|
存储 Java 编译器
Android Gradle 详解
Gradle ,它是一个基于JVM的新一代构建工具,关于Gradle完全可以写一本书。这个小节就讲讲Android项目中Gradle的使用。目前Android应用大多都是采用Android Studio来开发的,Android Studio默认是采用Gradle作为构建工具的。通常开发者可以不需要理解任何Gradle的脚本配置,就可以开发出一个APP。但是,当你想做一些更智能的操作时,比如修改打包后的输出目录、提高打包速度、构建系统、插件化、热修复和组件化等等,就必须对Gradle有比较深入的了解
2166 0
Android Gradle 详解
|
Java Android开发
Android Settings,SourceSet,自定义Plugin
Android Settings,SourceSet,自定义Plugin
Android Settings,SourceSet,自定义Plugin
|
Android开发
android 常用的依赖
android 常用的依赖
|
缓存 Java Android开发
Android Gradle Plugin 源码解析(上)
一、源码依赖 本文基于: android gradle plugin版本: com.android.tools.build:gradle:2.
2117 0
|
Java Android开发
|
Android开发
Android 常用依赖
Android 常用依赖
481 0
|
Java 开发工具 Android开发
android 项目jar包冲突问题解决
android 项目jar包冲突问题解决
android 项目jar包冲突问题解决
|
Java Android开发 架构师
Android Gradle Plugin 源码解析(下)
上半部分请看上一篇文章。 下面是下半部分: Application 的编译任务 我们继续查看createTasksForVariantData的最后一行,taskManager.
1206 0
|
Android开发 数据安全/隐私保护 开发工具
Android Gradle详解
1. 单个项目设置代理 在项目的根目录下的gradle.properties文件中添加 systemProp.http.proxyHost=127.0.0.
1337 0