diff --git a/ActionOpenDocument/app/build.gradle b/ActionOpenDocument/app/build.gradle index 82080780..abd4cdc5 100644 --- a/ActionOpenDocument/app/build.gradle +++ b/ActionOpenDocument/app/build.gradle @@ -39,20 +39,20 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$rootProject.ext.kotlinVersion" - implementation 'androidx.appcompat:appcompat:1.0.2' + implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.core:core-ktx:1.0.1' - implementation 'androidx.fragment:fragment-ktx:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' + implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.fragment:fragment-ktx:1.3.6' + implementation 'androidx.constraintlayout:constraintlayout:2.1.0' - implementation 'com.google.android.material:material:1.0.0' + implementation 'com.google.android.material:material:1.4.0' // Testing dependencies - androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' - androidTestImplementation 'androidx.annotation:annotation:1.0.2' - androidTestImplementation 'androidx.test:runner:1.1.1' - androidTestImplementation 'androidx.test:rules:1.1.1' - androidTestImplementation 'androidx.test.ext:junit:1.1.0' + androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.annotation:annotation:1.2.0' + androidTestImplementation 'androidx.test:runner:1.4.0' + androidTestImplementation 'androidx.test:rules:1.4.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' testImplementation "junit:junit:$rootProject.ext.junitVersion" } diff --git a/ActionOpenDocument/build.gradle b/ActionOpenDocument/build.gradle index 87ab63bb..c11483b9 100644 --- a/ActionOpenDocument/build.gradle +++ b/ActionOpenDocument/build.gradle @@ -22,7 +22,7 @@ buildscript { espressoVersion = '3.0.1' junitVersion = '4.12' - kotlinVersion = '1.3.30' + kotlinVersion = '1.3.40' supportLibVersion = '28.0.0' supportTestVersion = '1.0.1' } @@ -31,7 +31,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.4.0' + classpath 'com.android.tools.build:gradle:7.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" } } diff --git a/ActionOpenDocument/gradle/wrapper/gradle-wrapper.properties b/ActionOpenDocument/gradle/wrapper/gradle-wrapper.properties index f6755868..32de61ed 100644 --- a/ActionOpenDocument/gradle/wrapper/gradle-wrapper.properties +++ b/ActionOpenDocument/gradle/wrapper/gradle-wrapper.properties @@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip diff --git a/ActionOpenDocumentTree/app/build.gradle b/ActionOpenDocumentTree/app/build.gradle index 23a3dfaf..71023528 100644 --- a/ActionOpenDocumentTree/app/build.gradle +++ b/ActionOpenDocumentTree/app/build.gradle @@ -41,24 +41,24 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1" - implementation 'androidx.fragment:fragment:1.2.0-rc01' - implementation "androidx.lifecycle:lifecycle-extensions:2.1.0" + implementation 'androidx.fragment:fragment:1.3.6' + implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3' - implementation 'androidx.recyclerview:recyclerview:1.0.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.0' + implementation 'androidx.recyclerview:recyclerview:1.2.1' - implementation 'com.google.android.material:material:1.2.0-alpha01' + implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.documentfile:documentfile:1.0.1' - implementation 'androidx.core:core-ktx:1.1.0' - implementation 'androidx.fragment:fragment-ktx:1.1.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0-rc01' + implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.fragment:fragment-ktx:1.3.6' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1' - testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + testImplementation 'junit:junit:4.13.2' + androidTestImplementation 'androidx.test:runner:1.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } diff --git a/ActionOpenDocumentTree/build.gradle b/ActionOpenDocumentTree/build.gradle index 27e3797a..7af8ddbc 100644 --- a/ActionOpenDocumentTree/build.gradle +++ b/ActionOpenDocumentTree/build.gradle @@ -17,13 +17,13 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.11' + ext.kotlin_version = '1.3.40' repositories { google() jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.1' + classpath 'com.android.tools.build:gradle:7.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/ActionOpenDocumentTree/gradle/wrapper/gradle-wrapper.properties b/ActionOpenDocumentTree/gradle/wrapper/gradle-wrapper.properties index ec2c52af..14886b2d 100644 --- a/ActionOpenDocumentTree/gradle/wrapper/gradle-wrapper.properties +++ b/ActionOpenDocumentTree/gradle/wrapper/gradle-wrapper.properties @@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip diff --git a/FileManager/app/build.gradle b/FileManager/app/build.gradle index 418cfac4..2967fb50 100644 --- a/FileManager/app/build.gradle +++ b/FileManager/app/build.gradle @@ -60,11 +60,11 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.core:core-ktx:1.2.0' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'com.google.android.material:material:1.1.0' + implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.0' + implementation 'com.google.android.material:material:1.4.0' testImplementation 'junit:junit:4.13' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } diff --git a/FileManager/build.gradle b/FileManager/build.gradle index 2159c844..16707db5 100644 --- a/FileManager/build.gradle +++ b/FileManager/build.gradle @@ -23,7 +23,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.6.1' + classpath 'com.android.tools.build:gradle:7.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/FileManager/gradle/wrapper/gradle-wrapper.properties b/FileManager/gradle/wrapper/gradle-wrapper.properties index 7b370f13..894f21c1 100644 --- a/FileManager/gradle/wrapper/gradle-wrapper.properties +++ b/FileManager/gradle/wrapper/gradle-wrapper.properties @@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip diff --git a/FileProvider/app/build.gradle b/FileProvider/app/build.gradle index 24bb0e86..69b1d05d 100644 --- a/FileProvider/app/build.gradle +++ b/FileProvider/app/build.gradle @@ -59,22 +59,22 @@ android { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.3.0' - implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'com.google.android.material:material:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'androidx.fragment:fragment-ktx:1.3.0-alpha06' - implementation 'androidx.navigation:navigation-fragment:2.2.2' - implementation 'androidx.navigation:navigation-fragment-ktx:2.2.2' - implementation 'androidx.navigation:navigation-ui:2.2.2' - implementation 'androidx.navigation:navigation-ui-ktx:2.2.2' + 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.0' + implementation 'androidx.fragment:fragment-ktx:1.4.0-alpha07' + implementation 'androidx.navigation:navigation-fragment:2.3.5' + implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5' + implementation 'androidx.navigation:navigation-ui:2.3.5' + implementation 'androidx.navigation:navigation-ui-ktx:2.3.5' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'com.google.android.material:material:1.1.0' + implementation 'com.google.android.material:material:1.4.0' implementation 'com.squareup.okhttp3:okhttp:4.7.2' implementation 'io.coil-kt:coil:0.11.0' testImplementation 'junit:junit:4.13' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } \ No newline at end of file diff --git a/FileProvider/build.gradle b/FileProvider/build.gradle index 1848d0f8..3fd3e9e3 100644 --- a/FileProvider/build.gradle +++ b/FileProvider/build.gradle @@ -22,7 +22,7 @@ buildscript { jcenter() } dependencies { - classpath "com.android.tools.build:gradle:4.0.0" + classpath 'com.android.tools.build:gradle:7.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/FileProvider/gradle/wrapper/gradle-wrapper.properties b/FileProvider/gradle/wrapper/gradle-wrapper.properties index 05ab65fb..21aa1969 100644 --- a/FileProvider/gradle/wrapper/gradle-wrapper.properties +++ b/FileProvider/gradle/wrapper/gradle-wrapper.properties @@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip diff --git a/MediaStore/build.gradle b/MediaStore/build.gradle index f7ea7bca..21936da0 100644 --- a/MediaStore/build.gradle +++ b/MediaStore/build.gradle @@ -18,19 +18,19 @@ buildscript { ext { - activity_ktx_version = '1.2.3' - appcompat_version = '1.3.0' - constraint_layout_version = '2.0.4' + activity_ktx_version = '1.3.1' + appcompat_version = '1.3.1' + constraint_layout_version = '2.1.0' coroutines_version = '1.2.1' - espresso_version = '3.3.0' + espresso_version = '3.4.0' glide_version = '4.12.0' gradleVersion = '3.4.2' junit_version = '4.13.2' - kotlin_version = '1.4.32' - material_version = '1.3.0' + kotlin_version = '1.5.30' + material_version = '1.4.0' navigation_version = '2.1.0-beta02' recyclerview_version = '1.1.0-beta01' - test_runner_version = '1.3.0' + test_runner_version = '1.4.0' vectordrawable_version = '1.1.0' } repositories { @@ -38,7 +38,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:4.2.1' + classpath 'com.android.tools.build:gradle:7.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/MediaStore/gradle/wrapper/gradle-wrapper.properties b/MediaStore/gradle/wrapper/gradle-wrapper.properties index deb1a9a4..755b3bc0 100644 --- a/MediaStore/gradle/wrapper/gradle-wrapper.properties +++ b/MediaStore/gradle/wrapper/gradle-wrapper.properties @@ -18,4 +18,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip diff --git a/SafDemos/app/build.gradle b/SafDemos/app/build.gradle index 834ca095..0addac56 100644 --- a/SafDemos/app/build.gradle +++ b/SafDemos/app/build.gradle @@ -20,7 +20,6 @@ apply plugin: 'kotlin-android-extensions' android { compileSdkVersion 29 - buildToolsVersion "29.0.3" defaultConfig { applicationId "com.android.samples.safdemos" @@ -52,18 +51,18 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation "androidx.appcompat:appcompat:1.1.0" - implementation "androidx.core:core-ktx:1.2.0" - implementation "androidx.constraintlayout:constraintlayout:1.1.3" + implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.0' implementation "androidx.navigation:navigation-fragment-ktx:2.4.0-alpha07" implementation "androidx.navigation:navigation-ui-ktx:2.4.0-alpha07" - implementation "com.google.android.material:material:1.1.0" + implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } diff --git a/SafDemos/gradle/wrapper/gradle-wrapper.properties b/SafDemos/gradle/wrapper/gradle-wrapper.properties index 21a2788e..2207b77a 100644 --- a/SafDemos/gradle/wrapper/gradle-wrapper.properties +++ b/SafDemos/gradle/wrapper/gradle-wrapper.properties @@ -1,22 +1,6 @@ -# -# Copyright (C) 2020 The Android Open Source Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -#Wed Apr 01 09:06:25 PDT 2020 +#Fri Aug 27 23:32:13 KST 2021 distributionBase=GRADLE_USER_HOME +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip +zipStoreBase=GRADLE_USER_HOME diff --git a/ScopedStorage/app/build.gradle b/ScopedStorage/app/build.gradle index 91ef9189..43ae8cb7 100644 --- a/ScopedStorage/app/build.gradle +++ b/ScopedStorage/app/build.gradle @@ -56,11 +56,11 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.6.0' - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.activity:activity-ktx:1.3.1' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'androidx.fragment:fragment-ktx:1.3.5' + implementation 'androidx.constraintlayout:constraintlayout:2.1.0' + implementation 'androidx.fragment:fragment-ktx:1.3.6' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1' implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5' diff --git a/ScopedStorage/build.gradle b/ScopedStorage/build.gradle index 9f6238a5..f3e72596 100644 --- a/ScopedStorage/build.gradle +++ b/ScopedStorage/build.gradle @@ -22,7 +22,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.2.2' + classpath 'com.android.tools.build:gradle:7.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/ScopedStorage/gradle/wrapper/gradle-wrapper.properties b/ScopedStorage/gradle/wrapper/gradle-wrapper.properties index 032bfc4f..753dd7a6 100644 --- a/ScopedStorage/gradle/wrapper/gradle-wrapper.properties +++ b/ScopedStorage/gradle/wrapper/gradle-wrapper.properties @@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip diff --git a/SharingShortcuts/Application/build.gradle b/SharingShortcuts/Application/build.gradle index 2785b8d3..cbb7a770 100644 --- a/SharingShortcuts/Application/build.gradle +++ b/SharingShortcuts/Application/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.5.2' + classpath 'com.android.tools.build:gradle:7.0.1' } } @@ -20,9 +20,9 @@ repositories { dependencies { - implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.sharetarget:sharetarget:1.0.0-beta01' - implementation 'androidx.recyclerview:recyclerview:1.0.0' + implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.sharetarget:sharetarget:1.1.0' + implementation 'androidx.recyclerview:recyclerview:1.2.1' diff --git a/SharingShortcuts/gradle/wrapper/gradle-wrapper.properties b/SharingShortcuts/gradle/wrapper/gradle-wrapper.properties index 102a361e..7fc61ce9 100644 --- a/SharingShortcuts/gradle/wrapper/gradle-wrapper.properties +++ b/SharingShortcuts/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip diff --git a/StorageClient/Application/build.gradle b/StorageClient/Application/build.gradle index 8778d8e8..db6f724f 100644 --- a/StorageClient/Application/build.gradle +++ b/StorageClient/Application/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.5.0' + classpath 'com.android.tools.build:gradle:7.0.1' } } @@ -19,7 +19,7 @@ repositories { dependencies { implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.3.1' } // The sample build uses multiple directories to diff --git a/StorageClient/gradle/wrapper/gradle-wrapper.properties b/StorageClient/gradle/wrapper/gradle-wrapper.properties index 87c33f14..ad3e6a5f 100644 --- a/StorageClient/gradle/wrapper/gradle-wrapper.properties +++ b/StorageClient/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip diff --git a/StorageProvider/Application/build.gradle b/StorageProvider/Application/build.gradle index 43fc7f4a..7d134167 100644 --- a/StorageProvider/Application/build.gradle +++ b/StorageProvider/Application/build.gradle @@ -21,7 +21,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.5.2' + classpath 'com.android.tools.build:gradle:7.0.1' } } diff --git a/StorageProvider/gradle/wrapper/gradle-wrapper.properties b/StorageProvider/gradle/wrapper/gradle-wrapper.properties index b929e63c..45c5a63a 100644 --- a/StorageProvider/gradle/wrapper/gradle-wrapper.properties +++ b/StorageProvider/gradle/wrapper/gradle-wrapper.properties @@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip