Fix gradle build by bumping plugin version

Also add tools:replace since it's now needed as part of the manifest merger
This commit is contained in:
Daniel Martí 2014-09-08 08:39:07 +02:00
parent 9959becc09
commit 59f21c8561
2 changed files with 4 additions and 2 deletions

View File

@ -57,7 +57,9 @@
android:description="@string/app_description"
android:allowBackup="true"
android:theme="@style/AppThemeDark"
android:supportsRtl="true" >
android:supportsRtl="true"
tools:replace="theme, icon, label"
>
<provider
android:authorities="org.fdroid.fdroid.data.AppProvider"

View File

@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.10.0'
classpath 'com.android.tools.build:gradle:0.12.2'
}
}