Skip to content

Commit

Permalink
Merge pull request #17 from AdamMc331/remove_core
Browse files Browse the repository at this point in the history
Remove core
  • Loading branch information
AdamMc331 committed Mar 17, 2019
2 parents b038f43 + 20fda61 commit 159b624
Show file tree
Hide file tree
Showing 21 changed files with 7 additions and 311 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Expand Up @@ -26,7 +26,8 @@ allprojects {
minSdkVersion = 21
targetSdkVersion = 28
buildToolsVersion = '28.0.3'
jetpackVersion = '1.0.0'
appCompatVersion = '1.0.2'
materialVersion = '1.0.0'
lifecycleVersion = '2.0.0'
constraintLayoutVersion = '2.0.0-alpha3'
mockitoVersion = '2.23.0'
Expand Down
1 change: 0 additions & 1 deletion core/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions core/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions core/build.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions core/proguard-rules.pro

This file was deleted.

1 change: 0 additions & 1 deletion core/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions core/src/main/java/com/adammcneilly/todo_core/BaseTask.kt

This file was deleted.

43 changes: 0 additions & 43 deletions core/src/main/java/com/adammcneilly/todo_core/BaseTaskAdapter.kt

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions core/src/main/res/drawable/ic_add_white_24dp.xml

This file was deleted.

35 changes: 0 additions & 35 deletions core/src/main/res/layout/activity_add_task.xml

This file was deleted.

36 changes: 0 additions & 36 deletions core/src/main/res/layout/activity_task_list.xml

This file was deleted.

16 changes: 0 additions & 16 deletions core/src/main/res/layout/list_item_task.xml

This file was deleted.

6 changes: 0 additions & 6 deletions core/src/main/res/values/colors.xml

This file was deleted.

3 changes: 0 additions & 3 deletions core/src/main/res/values/dimens.xml

This file was deleted.

5 changes: 0 additions & 5 deletions core/src/main/res/values/strings.xml

This file was deleted.

20 changes: 0 additions & 20 deletions core/src/main/res/values/styles.xml

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle
@@ -1 +1 @@
include ':todo-mvp', ':todo-mvvm', ':core'
include ':todo-mvp', ':todo-mvvm'
4 changes: 2 additions & 2 deletions todo-mvp/build.gradle
Expand Up @@ -25,9 +25,9 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.appcompat:appcompat:$jetpackVersion"
implementation "androidx.appcompat:appcompat:$appCompatVersion"
implementation "androidx.constraintlayout:constraintlayout:$constraintLayoutVersion"
implementation "com.google.android.material:material:$jetpackVersion"
implementation "com.google.android.material:material:$materialVersion"
testImplementation "org.mockito:mockito-core:$mockitoVersion"
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:$mockitoKotlinVersion"
testImplementation "junit:junit:$junitVersion"
Expand Down
4 changes: 2 additions & 2 deletions todo-mvvm/build.gradle
Expand Up @@ -28,9 +28,9 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.appcompat:appcompat:$jetpackVersion"
implementation "androidx.appcompat:appcompat:$appCompatVersion"
implementation "androidx.constraintlayout:constraintlayout:$constraintLayoutVersion"
implementation "com.google.android.material:material:$jetpackVersion"
implementation "com.google.android.material:material:$materialVersion"
implementation "androidx.lifecycle:lifecycle-extensions:$lifecycleVersion"
implementation "androidx.arch.core:core-testing:$lifecycleVersion"
testImplementation "org.mockito:mockito-core:$mockitoVersion"
Expand Down

0 comments on commit 159b624

Please sign in to comment.