Add link to the release notes

This commit is contained in:
Benoit Marty 2021-09-02 09:36:13 +02:00
parent f0f778e872
commit 9a0f38455a

View file

@ -12,6 +12,8 @@ buildscript {
}
}
dependencies {
// Release notes of Android Gradle Plugin (AGP):
// https://developer.android.com/studio/releases/gradle-plugin
classpath 'com.android.tools.build:gradle:7.0.2'
classpath 'com.google.gms:google-services:4.3.10'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"