Skip to content

Commit

Permalink
Update android compile version
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Oct 27, 2023
1 parent 11c03bd commit cada07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ plugins {

android {
namespace "com.mux.video.vod.demo"
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "com.mux.video.vod.demo"
minSdk 21
targetSdk 33
versionCode 1
versionName "1.0"

Expand Down
3 changes: 1 addition & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ plugins {

android {
namespace 'com.mux.video.upload'
compileSdk 33
compileSdk 34

defaultConfig {
minSdk 16
targetSdk 33

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit cada07e

Please sign in to comment.