Skip to content

Commit

Permalink
Adds support for Android 13
Browse files Browse the repository at this point in the history
  • Loading branch information
chintak369promact committed May 8, 2023
1 parent 4585185 commit d793193
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions multiimagepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ android {

dependencies {

implementation 'androidx.activity:activity-ktx:1.7.1'
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
Expand Down

0 comments on commit d793193

Please sign in to comment.