Skip to content

Commit

Permalink
添加jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
donghenglong committed Oct 28, 2021
1 parent dfc3658 commit 1b20aa7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vangogh/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 101
versionName "1.0.1"
versionCode 102
versionName "1.0.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -64,7 +64,8 @@ dependencies {
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.2.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
implementation 'id.zelory:compressor:3.0.0'
implementation 'id.zelory:compressor:3.0.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}


Expand Down

0 comments on commit 1b20aa7

Please sign in to comment.