Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkunert committed Jan 31, 2022
1 parent c89ee99 commit fe2ce07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
compileSdkVersion 31

defaultConfig {
applicationId 'com.zhihu.matisse.sample'
minSdkVersion 14
targetSdkVersion 29
targetSdkVersion 31
versionCode 1
versionName "1.0"
}
Expand All @@ -41,7 +41,7 @@ dependencies {
// implementation 'com.zhihu.android:matisse:0.5.2'
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation "androidx.appcompat:appcompat:1.1.0"
implementation "androidx.appcompat:appcompat:1.4.1"
implementation "androidx.recyclerview:recyclerview:1.0.0"
implementation 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.5@aar'
implementation 'io.reactivex.rxjava2:rxjava:2.2.12'
Expand Down

0 comments on commit fe2ce07

Please sign in to comment.