Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90768e86 authored by Alisher Alikhodjaev's avatar Alisher Alikhodjaev Committed by Gerrit Code Review
Browse files

Merge "Disable exportSchema in MetadataDatabase to resolve build failures"

parents cbf9b1a3 00d2afd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ import java.util.List;
/**
 * MetadataDatabase is a Room database stores Bluetooth persistence data
 */
@Database(entities = {Metadata.class}, version = 103)
@Database(entities = {Metadata.class}, exportSchema = false, version = 103)
public abstract class MetadataDatabase extends RoomDatabase {
    /**
     * The database file name