all: refactor package structure and naming

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-22 04:20:25 +05:30
parent c8081da596
commit 7bb1fd6947
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
23 changed files with 42 additions and 106 deletions

View file

@ -6,7 +6,7 @@ plugins {
android {
defaultConfig {
applicationId "dev.msfjarvis.todo"
applicationId "dev.msfjarvis.lobsters"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}