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:
parent
9959becc09
commit
59f21c8561
@ -57,7 +57,9 @@
|
|||||||
android:description="@string/app_description"
|
android:description="@string/app_description"
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:theme="@style/AppThemeDark"
|
android:theme="@style/AppThemeDark"
|
||||||
android:supportsRtl="true" >
|
android:supportsRtl="true"
|
||||||
|
tools:replace="theme, icon, label"
|
||||||
|
>
|
||||||
|
|
||||||
<provider
|
<provider
|
||||||
android:authorities="org.fdroid.fdroid.data.AppProvider"
|
android:authorities="org.fdroid.fdroid.data.AppProvider"
|
||||||
|
@ -3,7 +3,7 @@ buildscript {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:0.10.0'
|
classpath 'com.android.tools.build:gradle:0.12.2'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user