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: 'com.android.application'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android { android {
compileSdkVersion 30 compileSdkVersion 30
buildToolsVersion "30.0.2"
defaultConfig { defaultConfig {
applicationId "com.google.android.gms" 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. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.4.20' ext.kotlin_version = '1.4.21'
repositories { repositories {
google() google()
jcenter() jcenter()