Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit 79695c9

Browse files
author
Kevin King
committed
update gradle
1 parent a76ffc9 commit 79695c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'io.fabric'
33

44
android {
55
compileSdkVersion 27
6-
buildToolsVersion '28.0.2'
6+
buildToolsVersion '28.0.3'
77
defaultConfig {
88
applicationId "co.krypt.kryptonite"
99
minSdkVersion 23

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.2.0'
12+
classpath 'com.android.tools.build:gradle:3.2.1'
1313
classpath 'com.google.gms:google-services:4.1.0'
1414
classpath 'io.fabric.tools:gradle:1.25.4'
1515
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)