Skip to content

Commit

Permalink
Merge branch 'master' into patch_shared_drive_pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
itszechs authored Jun 24, 2022
2 parents e95cfeb + 6976d38 commit 1c5667e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Google drive client with only one purpose that is to stream video files unlike the official app, this app streams the actual files instead of transcoded streams.

This app is powered by [Google Identiy SDK](https://developers.google.com/identity/sign-in/android/start-integrating) and [ExoPlayer](https://github.com/google/ExoPlayer).
This app is powered by [Google Identity SDK](https://developers.google.com/identity/sign-in/android/start-integrating) and [ExoPlayer](https://github.com/google/ExoPlayer).

## Screenshots

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ android {
applicationId "zechs.drive.stream"
minSdk 28
targetSdk 32
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
archivesBaseName = "${applicationId}-${versionCode}"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 1c5667e

Please sign in to comment.