Minor changes to build.gradle files

This commit is contained in:
Lukas Pieper 2020-12-12 15:28:35 +01:00
parent 8e04b5883c
commit 6ecc750df3
2 changed files with 1 additions and 3 deletions

View file

@ -1,10 +1,8 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
defaultConfig {
applicationId "com.google.android.gms"

View file

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.4.20'
ext.kotlin_version = '1.4.21'
repositories {
google()
jcenter()