From 871dde8ac975fc26166c165d34e5601eeb553a29 Mon Sep 17 00:00:00 2001 From: peet Date: Sun, 12 Sep 2021 13:36:18 +0200 Subject: [PATCH] Update Dependencies --- README.md | 2 +- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9768b16..fbebbbc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Noise This is the android Client for the Noise network -This app written in Kotlin and will be used for the PSeminar Projekt Noise developed by [a team of 4 IT students](https://git.sfs.ddnss.org/org/WDG/teams/noise) +This app written in Kotlin and will be used for the PSeminar project Noise developed by [a team of 4 IT students](https://git.sfs.ddnss.org/org/WDG/teams/noise) This project is still under development! diff --git a/build.gradle b/build.gradle index 16a580f..3125221 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:4.2.2' + classpath 'com.android.tools.build:gradle:7.0.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e0bfd13..e158f86 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Mon Jun 28 15:19:24 CEST 2021 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME