Created
May 24, 2020 08:47
-
-
Save jafar260698/3c298b34ed71a9626ea42575e0c0a712 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.example.room_ravi.db; | |
import androidx.room.RoomDatabase; | |
public abstract class AppDatabase extends RoomDatabase { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment