Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanparajuli committed Jul 13, 2020
1 parent 7426b39 commit db1d92d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def fileProvider = "file_provider"

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
buildToolsVersion "29.0.3"

defaultConfig {
applicationId "com.dp.logcatapp"
Expand Down
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.70'
ext.kotlin_version = '1.3.72'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -23,24 +23,24 @@ allprojects {
}

ext {
core_ktx_version = "1.2.0"
fragment_ktx_version = "1.2.2"
core_ktx_version = "1.3.0"
fragment_ktx_version = "1.2.5"
appcompat_version = "1.1.0"
material_version = "1.1.0"
preference_version = "1.1.0"
preference_version = "1.1.1"
legacy_preference_v14_version = "1.0.0"
lifecycle_common_java8_version = "2.2.0"
lifecycle_runtime_version = "2.2.0"
lifecycle_extensions_version = "2.2.0"
lifecycle_viewmodel_ktx_version = "2.2.0"
constraint_layout_version = "1.1.3"
room_version = "2.2.4"
kotlin_coroutines_core_version = "1.2.2"
kotlin_coroutines_android_version = "1.2.2"
room_version = "2.2.5"
kotlin_coroutines_core_version = "1.3.7"
kotlin_coroutines_android_version = "1.3.7"
documentfile_version = "1.0.1"

// test dependencies
junit_version = "4.12"
junit_version = "4.13"
runner_version = "1.2.0"
espresso_core_version = "3.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Feb 24 18:20:59 PST 2020
#Sun Jul 12 21:38:44 PDT 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 comments on commit db1d92d

Please sign in to comment.