Skip to content
Snippets Groups Projects

Update the project to be used by gradle 8

Merged Nicolas Pomepuy requested to merge Aza/libvlcjni:gradle_8 into libvlcjni-3.x
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -8,6 +8,8 @@ ext {
}
android {
namespace 'org.videolan'
defaultConfig {
compileSdkVersion rootProject.ext.compileSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
Loading