Skip to content

Commit

Permalink
Update packages.
Browse files Browse the repository at this point in the history
Signed-off-by: GauthamAsir <gauthamnadar12@gmail.com>
  • Loading branch information
GauthamAsir committed Apr 3, 2023
1 parent fee006e commit 50ebd5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ dependencies {

implementation group: 'commons-io', name: 'commons-io', version: '2.6'

implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference:1.2.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

implementation 'com.intuit.sdp:sdp-android:1.0.6'
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.intuit.sdp:sdp-android:1.1.0'
implementation 'com.google.android.material:material:1.8.0'

implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'de.hdodenhof:circleimageview:3.1.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ public class MainActivity extends AppCompatActivity {

assert data != null;

Log.d("HEY: ", data.getData().toString());

context.getContentResolver().takePersistableUriPermission(
data.getData(),
Intent.FLAG_GRANT_READ_URI_PERMISSION |
Expand Down

0 comments on commit 50ebd5a

Please sign in to comment.