We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76ffc9 commit 79695c9Copy full SHA for 79695c9
2 files changed
app/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'io.fabric'
3
4
android {
5
compileSdkVersion 27
6
- buildToolsVersion '28.0.2'
+ buildToolsVersion '28.0.3'
7
defaultConfig {
8
applicationId "co.krypt.kryptonite"
9
minSdkVersion 23
build.gradle
@@ -9,7 +9,7 @@ buildscript {
}
10
11
dependencies {
12
- classpath 'com.android.tools.build:gradle:3.2.0'
+ classpath 'com.android.tools.build:gradle:3.2.1'
13
classpath 'com.google.gms:google-services:4.1.0'
14
classpath 'io.fabric.tools:gradle:1.25.4'
15
// NOTE: Do not place your application dependencies here; they belong
0 commit comments