Skip to content

Commit 93f292f

Browse files
committed
update room version
update readme about ownership change
1 parent 1001220 commit 93f292f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
![Logo](DEV/logo.png)
22

3+
<br>
4+
5+
# Announcement: repository changing ownership
6+
On the 21th of May 2024 this repository will change ownership and move to the personal account of one of it's maintainers, [Idan Atsmon.](https://github.com/idanatz)
7+
8+
<br>
9+
310
# OneAdapter
411
[![](https://jitpack.io/v/idanatz/OneAdapter.svg)](https://jitpack.io/#idanatz/OneAdapter)
512
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-OneAdapter-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/7824)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Aug 26 19:22:32 IDT 2019
1+
#Wed Mar 27 22:27:42 IST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

sample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply from: '../../versions.gradle'
55

66
ext {
77
LOTTIE_VERSION = '2.7.0'
8-
ROOM_VERSION = '2.3.0'
8+
ROOM_VERSION = '2.5.1'
99
VIEW_MODEL_VERSION = '2.0.0'
1010
GLIDE_VERSION = '4.8.0'
1111
}

0 commit comments

Comments
 (0)