Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-10-18 12:34:17 +0300
committerGitHub <noreply@github.com>2021-10-18 12:34:17 +0300
commitfae4740719f753d71ff21061fd90d7fa888aba39 (patch)
tree4edc24519533ac69ec1f5344d402f7aacb5efc99 /app/build.gradle
parent93831d49f70fc3c6ef637ff32f07f2fad8c8aa0e (diff)
Raise targetSdk to 31, adjust widgets and manifest
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 987a1293..c6ee0931 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 30
- buildToolsVersion '30.0.3'
+ compileSdkVersion 31
+ buildToolsVersion '31.0.0'
compileOptions {
coreLibraryDesugaringEnabled true
@@ -13,7 +13,7 @@ android {
defaultConfig {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 22
- targetSdkVersion 30
+ targetSdkVersion 31
versionCode 3004016
versionName "3.4.16"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -97,7 +97,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
- implementation 'androidx.work:work-runtime:2.6.0'
+ implementation 'androidx.work:work-runtime:2.7.0'
implementation 'com.google.android.material:material:1.4.0'
// Database