Skip to content

Commit

Permalink
Update compile sdk to 34, androidx core to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Sep 25, 2023
1 parent fe3b912 commit 6e97f93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
package com.bumptech.glide.load.engine.bitmap_recycle;

import android.graphics.Bitmap;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import com.google.common.testing.EqualsTester;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;

@RunWith(JUnit4.class)
@RunWith(AndroidJUnit4.class)
public class SizeConfigStrategyTest {

@Mock private SizeConfigStrategy.KeyPool pool;
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencyResolutionManagement {
versionCatalogs {
libs {
// Versions for things other than dependencies
version('compile-sdk-version', 'android-33')
version('compile-sdk-version', 'android-34')
version('min-sdk-version', '14')
version('okhttp-min-sdk-version', '21')
version('target-sdk-version', '32')
Expand All @@ -73,7 +73,7 @@ dependencyResolutionManagement {
library('autoservice.annotations', 'com.google.auto.service:auto-service-annotations:1.0.1')
library('android-gradle', 'com.android.tools.build:gradle:8.1.0')
library('androidx-cardview', 'androidx.cardview:cardview:1.0.0')
library('androidx-core', 'androidx.core:core:1.6.0')
library('androidx-core', 'androidx.core:core:1.12.0')
library('androidx-annotation', 'androidx.annotation:annotation:1.6.0')
library('androidx-appcompat', 'androidx.appcompat:appcompat:1.6.1')
library('androidx-benchmark.gradle', 'androidx.benchmark', 'benchmark-gradle-plugin').versionRef('androidx-benchmark')
Expand Down

0 comments on commit 6e97f93

Please sign in to comment.