Update Dependencies

This commit is contained in:
Johannes Schmelz 2021-09-12 13:36:18 +02:00
parent 849a23c980
commit 871dde8ac9
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Noise This is the android Client for the Noise network # 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! This project is still under development!

View File

@ -9,7 +9,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { 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" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong

View File

@ -1,6 +1,6 @@
#Mon Jun 28 15:19:24 CEST 2021 #Mon Jun 28 15:19:24 CEST 2021
distributionBase=GRADLE_USER_HOME 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 distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME