Repo created
This commit is contained in:
parent
51cf8bb4f9
commit
ee0cddf35c
548 changed files with 93129 additions and 2 deletions
|
|
@ -0,0 +1,15 @@
|
|||
package dev.ukanth.ufirewall.profiles;
|
||||
|
||||
import com.raizlabs.android.dbflow.annotation.Database;
|
||||
|
||||
/**
|
||||
* Created by ukanth .
|
||||
*/
|
||||
|
||||
@Database(name = ProfilesDatabase.NAME, version = ProfilesDatabase.VERSION)
|
||||
public class ProfilesDatabase {
|
||||
|
||||
public static final String NAME = "profiles";
|
||||
|
||||
public static final int VERSION = 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue