[Android] Remove deprecated android.databinding.incremental build flag

Nicolas Pomepuy git at videolan.org
Tue Jan 28 12:11:20 UTC 2025


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jan 23 07:05:36 2025 +0100| [b92c5f0616cb45b9cf46160f74168c2a280a8108] | committer: Nicolas Pomepuy

Remove deprecated android.databinding.incremental build flag

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

 gradle.properties | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 40f58c35f8..3a78597dc4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,5 @@
 android.enableJetifier=false
 android.useAndroidX=true
-android.databinding.incremental=true
 kapt.incremental.apt=true
 kapt.use.worker.api=true
 kapt.include.compile.classpath=false



More information about the Android mailing list