Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fi5t committed Apr 27, 2021
1 parent fa11bcb commit 5904a0c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
buildscript {
repositories {
google()
jcenter()
}

dependencies {
Expand All @@ -24,7 +23,7 @@ plugins {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group = "com.redmadrobot.build"

repositories {
google()
jcenter()
mavenCentral()
}

gradlePlugin {
Expand All @@ -19,5 +19,5 @@ gradlePlugin {
}

dependencies {
implementation("com.android.tools.build:gradle:4.1.2")
implementation("com.android.tools.build:gradle:4.1.3")
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Android.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.io.File
import java.util.*

object Android {
private const val pluginVersion = "4.1.2"
private const val pluginVersion = "4.1.3"

const val compileSdk = 30
const val buildTools = "30.0.1"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Kotlin.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Kotlin {
private const val version = "1.4.10"
private const val version = "1.4.32"

const val stdLib = "org.jetbrains.kotlin:kotlin-stdlib:$version"
const val gradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:$version"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include(":flipper")
include(":flipper-firebase-config")
include(":app")

rootProject.name = "Flipper"

0 comments on commit 5904a0c

Please sign in to comment.