[Android] Bump version to 3.0.98
Geoffrey Métais
git at videolan.org
Wed Feb 13 18:14:30 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Feb 13 18:01:14 2019 +0100| [8338b984a173809b31884f80c2268346d590c481] | committer: Geoffrey Métais
Bump version to 3.0.98
> https://code.videolan.org/videolan/vlc-android/commit/8338b984a173809b31884f80c2268346d590c481
---
build.gradle | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index dafe1845c..2d45ceef9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,10 +27,10 @@ allprojects {
}
ext {
- versionName = '3.0.97'
- versionCode = 3009700
- libvlcVersion = '3.1.3'
- medialibraryVersion = '0.4.3'
+ versionName = '3.0.98'
+ versionCode = 3009800
+ libvlcVersion = '3.1.4'
+ medialibraryVersion = '0.4.4'
minSdkVersion = 17
targetSdkVersion = 28
compileSdkVersion = 28
More information about the Android
mailing list