Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
Updated dependencies and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stekeblad committed Aug 29, 2021
1 parent 96b9102 commit 6619947
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/videouploader.iml

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

6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'io.github.stekeblad'
version '1.4.5'
version '1.4.6'

apply plugin: 'idea'
apply plugin: 'java'
Expand Down Expand Up @@ -55,9 +55,9 @@ repositories {

dependencies {
// The YouTube API and its requirements
compile 'com.google.api-client:google-api-client:1.31.4'
compile 'com.google.api-client:google-api-client:1.32.1'
compile 'com.google.oauth-client:google-oauth-client-jetty:1.31.5'
compile 'com.google.apis:google-api-services-youtube:v3-rev20210410-1.31.0'
compile 'com.google.apis:google-api-services-youtube:v3-rev20210811-1.32.1'
// For the metadata-related features
compile 'org.jcodec:jcodec:0.2.5'
// Verifying downloaded updates are real and not from someone else
Expand Down

0 comments on commit 6619947

Please sign in to comment.