Skip to content

Commit fe93eba

Browse files
author
matrixdev
committed
updated library version
1 parent 5f35a86 commit fe93eba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies {
2828
kapt 'androidx.room:room-compiler:2.2.5'
2929
3030
// Roomigrant
31-
implementation 'com.github.MatrixDev.Roomigrant:RoomigrantLib:0.3.1'
32-
kapt 'com.github.MatrixDev.Roomigrant:RoomigrantCompiler:0.3.1'
31+
implementation 'com.github.MatrixDev.Roomigrant:RoomigrantLib:0.3.2'
32+
kapt 'com.github.MatrixDev.Roomigrant:RoomigrantCompiler:0.3.2'
3333
}
3434
```
3535

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext.kotlin_version = '1.4.10'
5-
ext.roomigrant_version = '0.3.1'
5+
ext.roomigrant_version = '0.3.2'
66

77
repositories {
88
google()

0 commit comments

Comments
 (0)