Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
tom5079 committed Sep 12, 2020
1 parent ed20456 commit 3dda2f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9"
//implementation "org.jetbrains.kotlinx:kotlinx-serialization-core:1.0.0-RC"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_reader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
app:fastScrollDirection="horizontal"
app:handleDrawable="@drawable/thumb_horizontal"
app:handleHasFixedSize="true"
app:handleHeight="72dp"
app:handleWidth="24dp"
app:handleHeight="24dp"
app:handleWidth="72dp"
app:addLastItemPadding="true"
app:popupDrawable="@color/transparent">

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ kotlin.code.style=official
android.enableJetifier=true
android.useAndroidX=true

kotlin_version=1.4.0
kotlin_version=1.4.10

0 comments on commit 3dda2f9

Please sign in to comment.