Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schaal/ocreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2021-02-28 13:05:37 +0300
committerDaniel Schaal <daniel@schaal.email>2021-02-28 13:05:45 +0300
commit3916ce95e10c8f9eab2118df24cf4e3ef755d935 (patch)
tree8e6c1c140310f8c2b34371e3e5fb65c428c8cba1
parent1fde57cdd07e90e546d0a704291ae74a358f987d (diff)
Update kotlin and androidx
-rw-r--r--app/build.gradle2
-rw-r--r--build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 73a5dc53..6e1f1146 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -109,7 +109,7 @@ dependencies {
implementation "androidx.fragment:fragment-ktx:1.3.0"
implementation "androidx.activity:activity-ktx:1.2.0"
- implementation "androidx.recyclerview:recyclerview:1.2.0-beta01"
+ implementation "androidx.recyclerview:recyclerview:1.2.0-beta02"
implementation "androidx.palette:palette-ktx:1.0.0"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation "androidx.preference:preference-ktx:1.1.1"
diff --git a/build.gradle b/build.gradle
index b16b455d..ec9ba438 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@
*/
buildscript {
- ext.kotlin_version = '1.4.30'
+ ext.kotlin_version = '1.4.31'
ext.about_libraries_version = '8.8.2'
repositories {