diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-09-19 13:58:40 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-09-19 13:58:40 +0000 |
commit | cf84a6d431cbf979587722eb725bd736cb487209 (patch) | |
tree | 530d8787d8cb0c6bf51477bffb800eb8b9bfb408 /app/build.gradle | |
parent | 7866b1c92ef3abbe222095b7a95f8301cf5a6068 (diff) | |
download | infinity-for-reddit-cf84a6d431cbf979587722eb725bd736cb487209.tar infinity-for-reddit-cf84a6d431cbf979587722eb725bd736cb487209.tar.gz infinity-for-reddit-cf84a6d431cbf979587722eb725bd736cb487209.tar.bz2 infinity-for-reddit-cf84a6d431cbf979587722eb725bd736cb487209.tar.lz infinity-for-reddit-cf84a6d431cbf979587722eb725bd736cb487209.tar.xz infinity-for-reddit-cf84a6d431cbf979587722eb725bd736cb487209.tar.zst infinity-for-reddit-cf84a6d431cbf979587722eb725bd736cb487209.zip |
Delete something related to downloading videos.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/build.gradle b/app/build.gradle index ef840dfd..72b0264c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 29 - versionCode 10 - versionName "1.0.9" + versionCode 11 + versionName "1.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -33,16 +33,16 @@ repositories { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'androidx.appcompat:appcompat:1.1.0-rc01' - implementation 'com.google.android.material:material:1.1.0-alpha09' + implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'com.google.android.material:material:1.1.0-alpha10' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.legacy:legacy-support-v13:1.0.0' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' - implementation 'com.google.android.exoplayer:exoplayer:2.9.6' - implementation 'com.google.android.exoplayer:exoplayer-dash:2.9.6' + implementation 'com.google.android.exoplayer:exoplayer:2.10.4' + implementation 'com.google.android.exoplayer:exoplayer-dash:2.10.4' implementation 'androidx.browser:browser:1.0.0' implementation 'com.alexvasilkov:gesture-views:2.5.2' implementation 'androidx.cardview:cardview:1.0.0' @@ -79,6 +79,6 @@ dependencies { implementation 'com.evernote:android-state:1.4.1' annotationProcessor 'com.evernote:android-state-processor:1.4.1' implementation 'androidx.work:work-runtime:2.2.0' - implementation 'androidx.preference:preference:1.1.0-rc01' + implementation 'androidx.preference:preference:1.1.0' implementation 'org.sufficientlysecure:html-textview:3.6' } |