Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
}

dependencies {
compile "com.butterproject:vlc-android-sdk:3.0.3"
compile "com.butterproject:vlc-android-sdk:3.2.0-beta07"
}
```

Expand Down
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.6.0-beta03'
}
}

Expand All @@ -27,12 +27,10 @@ repositories {

android {
compileSdkVersion rootProject.ext.compileSdk
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.ext.minSdk
targetSdkVersion rootProject.ext.targetSdk
versionCode VERSION_CODE as int
versionName VERSION_NAME

ndk {
Expand All @@ -53,8 +51,8 @@ android {
}

dependencies {
compile "com.android.support:support-compat:${rootProject.ext.appCompatVersion}"
compile "com.android.support:support-annotations:${rootProject.ext.appCompatVersion}"
api "androidx.annotation:annotation:$rootProject.ext.androidxAnnotationVersion"
api "androidx.legacy:legacy-support-v4:$rootProject.ext.androidxLegacyVersion"
}


Expand Down
4 changes: 2 additions & 2 deletions compile-libvlc.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- vlc-android/compile-libvlc.sh 2017-11-03 22:00:00.369247485 +0000
+++ vlc-android/compile-libvlc-new.sh 2017-11-03 22:00:44.168393922 +0000
@@ -531,7 +531,7 @@
@@ -540,7 +540,7 @@
which autopoint >/dev/null || make $MAKEFLAGS .gettext
#export the PATH
# Make
-make $MAKEFLAGS
+make $MAKEFLAGS --jobs=4
checkfail "contribs: make failed"
avlc_checkfail "contribs: make failed"

cd ../../
2 changes: 1 addition & 1 deletion config/circleci/clone-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git clone https://code.videolan.org/videolan/vlc-android.git vlc-android
cd vlc-android

echo "Checkout tag"
git checkout 3.0.13
git checkout 3.2.0-beta07
cd ..

echo "Patch compile options"
Expand Down
4 changes: 2 additions & 2 deletions config/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
buildToolsVersion = "27.0.3"
targetSdk = 27
compileSdk = 27
minSdk = 16
appCompatVersion = '27.1.0'
androidxLegacyVersion = '1.0.0'
androidxAnnotationVersion = '1.1.0'
}
6 changes: 4 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
VERSION_NAME=3.0.13
VERSION_CODE=3001300
VERSION_NAME=3.2.0-beta07
GROUP=com.butterproject
ARTIFACT=vlc-android-sdk
PROJECT_NAME=VLC Android SDK
Expand All @@ -11,3 +10,6 @@ SCM_URL=https://github.com/butterproject/vlc-android-sdk.git
LICENSE_NAME=GNU Lesser General Public License, Version 3 or later
LICENSE_URL=https://www.gnu.org/licenses/gpl-3.0.en.html
ORGANIZATION=butterproject

android.enableJetifier=true
android.useAndroidX=true
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-bin.zip
22 changes: 19 additions & 3 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.