[Android] Use the right order for resources gradle plugins

Nicolas Pomepuy git at videolan.org
Tue Jan 14 11:00:13 CET 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jan  8 06:50:44 2020 +0100| [dd270ec5dcad9af04f35a8bff657675c309e99d4] | committer: Nicolas Pomepuy

Use the right order for resources gradle plugins

> https://code.videolan.org/videolan/vlc-android/commit/dd270ec5dcad9af04f35a8bff657675c309e99d4
---

 resources/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/build.gradle b/resources/build.gradle
index 7d0c7a62a..8d7e80e2e 100644
--- a/resources/build.gradle
+++ b/resources/build.gradle
@@ -1,6 +1,6 @@
 apply plugin: 'com.android.library'
-apply plugin: 'kotlin-android-extensions'
 apply plugin: 'kotlin-android'
+apply plugin: 'kotlin-android-extensions'
 
 android {
     compileSdkVersion rootProject.ext.compileSdkVersion



More information about the Android mailing list