Skip to content

Instantly share code, notes, and snippets.

@jafar260698
Created May 24, 2020 08:47
Show Gist options
  • Save jafar260698/3c298b34ed71a9626ea42575e0c0a712 to your computer and use it in GitHub Desktop.
Save jafar260698/3c298b34ed71a9626ea42575e0c0a712 to your computer and use it in GitHub Desktop.
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