Skip to content

Commit

Permalink
Updated build and project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Apr 13, 2020
1 parent b0b589a commit 3d08b3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.61'
ext.kotlin_version = '1.3.71'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.0-rc03'
classpath 'com.android.tools.build:gradle:3.6.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// For Library
Expand Down
6 changes: 3 additions & 3 deletions linkpreview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

// Other
implementation 'org.jsoup:jsoup:1.12.1'
implementation 'org.jsoup:jsoup:1.13.1'
implementation 'io.coil-kt:coil:0.9.5'

// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.5'

// Testing Libraries
testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.2.31'
Expand Down
2 changes: 1 addition & 1 deletion linkpreview/out.map
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# compiler: R8
# compiler_version: 1.6.42
# compiler_version: 1.6.67
# pg_map_id: 139938b
# common_typos_disable
androidx.databinding.library.baseAdapters.BR -> androidx.databinding.library.baseAdapters.BR:
Expand Down

0 comments on commit 3d08b3f

Please sign in to comment.