summaryrefslogtreecommitdiffstats
path: root/autoimageslider
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-01-06 18:21:41 +0100
committerThomas <tschneider.ac@gmail.com>2023-01-06 18:21:41 +0100
commitd77f1fc9f60f276b3bf5af3e6bf267eb80ed5121 (patch)
treecb6694740d4274ce631e0310bc3d5191f8d2ebc3 /autoimageslider
parentc052e376e22088f02a28b725c6f18bbf3bf40652 (diff)
Pixelfed view
Diffstat (limited to 'autoimageslider')
-rw-r--r--autoimageslider/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/autoimageslider/build.gradle b/autoimageslider/build.gradle
index 7ae4da409..8c451ffcc 100644
--- a/autoimageslider/build.gradle
+++ b/autoimageslider/build.gradle
@@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
minSdkVersion 15
- targetSdkVersion 31
+ targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -29,9 +29,9 @@ configurations {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
//noinspection GradleCompatible
- implementation 'androidx.appcompat:appcompat:1.4.1'
+ implementation 'androidx.appcompat:appcompat:1.5.1'
testImplementation 'junit:junit:4.13.2'
- androidTestImplementation 'androidx.test:runner:1.4.0'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
+ androidTestImplementation 'androidx.test:runner:1.5.2'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
}