Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext.versions = [
viewUIName : '1.1.0',
viewReduxName : '1.3.0',
viewNavigationName : '1.1.0',
viewInjectionName : '1.1.0',
viewInjectionName : '1.1.1',

presentationBaseName : '1.1.1',
presentationReduxName: '1.3.0',
Expand Down Expand Up @@ -33,7 +33,7 @@ ext.versions = [
cicerone : '7.1',

// dagger
dagger : '2.40',
dagger : '2.41',

// rx
rxJava2 : '2.2.21',
Expand Down
2 changes: 2 additions & 0 deletions view/view-injection/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply plugin: 'maven-publish'

android {
Expand All @@ -26,6 +27,7 @@ android {
dependencies {
implementation libraries.kotlin
api libraries.dagger
kapt libraries.daggerCompiler

api libraries.archCompiler
api libraries.archViewModel
Expand Down