mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-14 02:01:56 +00:00
Removed deprecated AARLinkSources plugin
As per their documentation, AS 1.4+ automatically supports it, so it's no longer necessary. (Plus, it blows up newer versions of Gradle.)
This commit is contained in:
parent
fbdb524676
commit
2747b95ba9
2 changed files with 0 additions and 9 deletions
|
|
@ -1,6 +1,5 @@
|
|||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'com.android.databinding'
|
||||
apply plugin: 'aar-link-sources'
|
||||
apply plugin: 'io.fabric'
|
||||
|
||||
buildscript {
|
||||
|
|
|
|||
|
|
@ -3,19 +3,11 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
//Plugin to download sources on a fake maven github repo
|
||||
maven { url 'https://raw.github.com/xujiaao/mvn-repository/master/releases' }
|
||||
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.3.0'
|
||||
classpath 'com.android.databinding:dataBinder:1.0-rc1'
|
||||
|
||||
//Class path for the plugin to auto download sources
|
||||
classpath 'com.github.xujiaao:aarLinkSources:1.0.0'
|
||||
|
||||
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue