Skip to content
Snippets Groups Projects

Draft: Fix aar build

Closed Nicolas Pomepuy requested to merge Aza/vlc-android:fix_aar_build into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -34,8 +34,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.4.3'
versionCode = 3040300
libvlcVersion = '3.4.7'
medialibraryVersion = '0.9.7'
libvlcVersion = '3.5.0-eap1'
medialibraryVersion = '0.10.0-eap1'
minSdkVersion = 17
targetSdkVersion = 30
compileSdkVersion = 30
Loading