Skip to content

Commit

Permalink
restore build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingquan He authored and Qingquan He committed Nov 17, 2019
1 parent 6c80096 commit a1afad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions videocompressor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 21
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "0.0.3"
Expand All @@ -29,7 +29,7 @@ dependencies {
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.0.0'
testImplementation 'junit:junit:4.12'
implementation 'com.googlecode.mp4parser:isoparser:1.0.6'
implementation 'org.aspectj:aspectjrt:1.9.4'
Expand Down

0 comments on commit a1afad3

Please sign in to comment.