[Android] gradle: match donations Kotlin JVM target with the rest of the code
Steve Lhomme
git at videolan.org
Thu Jun 11 06:29:33 UTC 2026
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 10 11:42:26 2026 +0200| [e8f76f4b1587b93de4bacce64c87389b9a5a7791] | committer: Steve Lhomme
gradle: match donations Kotlin JVM target with the rest of the code
> https://code.videolan.org/videolan/vlc-android/commit/e8f76f4b1587b93de4bacce64c87389b9a5a7791
---
application/donations/build.gradle | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/application/donations/build.gradle b/application/donations/build.gradle
index 1f34b6f51d..c40636f0bf 100644
--- a/application/donations/build.gradle
+++ b/application/donations/build.gradle
@@ -63,6 +63,10 @@ android {
matchingFallbacks = ['release']
}
}
+ compileOptions {
+ sourceCompatibility "$rootProject.ext.targetJVM"
+ targetCompatibility "$rootProject.ext.targetJVM"
+ }
namespace = 'org.videolan.vlc.donations'
buildFeatures {
aidl = true
More information about the Android
mailing list