File tree Expand file tree Collapse file tree
LifeCycleCompForLib/awesomelib
UsingAndroidArchComponents/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ dependencies {
3030 androidTestImplementation " com.android.support.test:runner:$androidTestRunnerVer "
3131 androidTestImplementation " com.android.support.test.espresso:espresso-core:$espressoCoreVer "
3232
33- implementation " android.arch.lifecycle:runtime:1.0.0 "
34- annotationProcessor " android.arch.lifecycle:common-java8: $a rchComponentVer "
33+ implementation " android.arch.lifecycle:runtime:$l ifecycleVer "
34+ annotationProcessor " android.arch.lifecycle:compiler: $l ifecycleVer "
3535}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131 implementation " com.android.support.constraint:constraint-layout:$constraintLayoutVer "
3232
3333 // Arch Components
34- implementation " android.arch.lifecycle:runtime:$a rchComponentVer "
35- implementation " android.arch.lifecycle:extensions:$a rchComponentVer "
36- annotationProcessor " android.arch.lifecycle:compiler:$a rchComponentVer "
34+ implementation " android.arch.lifecycle:runtime:$l ifecycleVer "
35+ implementation " android.arch.lifecycle:extensions:$l ifecycleVer "
36+ annotationProcessor " android.arch.lifecycle:compiler:$l ifecycleVer "
3737}
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ dependencies {
3131 implementation " com.android.support:appcompat-v7:$supportLibVer "
3232 implementation " com.android.support.constraint:constraint-layout:$constraintLayoutVer "
3333
34- implementation " android.arch.persistence.room:runtime:$a rchComponentVer "
35- annotationProcessor " android.arch.persistence.room:compiler:$a rchComponentVer "
34+ implementation " android.arch.persistence.room:runtime:$r oomVer "
35+ annotationProcessor " android.arch.persistence.room:compiler:$r oomVer "
3636}
Original file line number Diff line number Diff line change 99 targetSdkVer = 28
1010
1111 supportLibVer = " 27.1.1"
12- googlePlayServicesVer = " 15.0.0 "
12+ googlePlayServicesVer = " 15.0.1 "
1313
1414 junitVer = " 4.12"
15- espressoCoreVer = " 3.0.1 "
16- androidTestRunnerVer = " 1.0.1 "
15+ espressoCoreVer = " 3.0.2 "
16+ androidTestRunnerVer = " 1.0.2 "
1717
1818 stethoVer = " 1.7.0"
1919 picassoVer = " 2.5.2"
3232 mpAndroidChartVer = " v3.0.2"
3333 easygcmVer = " 1.6.2@aar"
3434 altbeaconAndroidLibVer = " 2+"
35- timberVer = " 4.7.0 "
35+ timberVer = " 4.7.1 "
3636 sugarOrmVer = " 1.5"
3737 constraintLayoutVer = " 1.1.2"
3838 firebaseJobdispatcherVer= " 0.8.5"
4747
4848 lithoVer = " 0.7.1"
4949
50- archComponentVer = " 1.0.0"
51- lifecycleVer = " 1.1.1"
52- roomVer = " 1.0.0"
50+ lifecycleVer = " 1.1.0"
51+ roomVer = " 1.1.1"
5352 pagingVer = " 1.0.0"
54- viewModelVer = " 1.0.0"
55- liveDataVer = " 1.0.0"
5653}
You can’t perform that action at this time.
0 commit comments