This repository was archived by the owner on Aug 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
src/main/java/stannieman/mvvm Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 jcenter()
44 }
55 dependencies {
6- classpath ' com.android.tools.build:gradle:2.2.3 '
6+ classpath ' com.android.tools.build:gradle:2.3.0 '
77 }
88}
99
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-3.4-all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.4.1 -all.zip
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 defaultConfig {
99 minSdkVersion 16
1010 targetSdkVersion 25
11- versionCode 4
12- versionName " 1.0.3 "
11+ versionCode
12+ versionName " 1.0.4 "
1313 }
1414
1515 dataBinding {
@@ -18,8 +18,8 @@ android {
1818}
1919
2020dependencies {
21- compile ' com.android.support:appcompat-v7:25.2.0 '
22- compile ' com.google.dagger:dagger:2.9 '
21+ compile ' com.android.support:appcompat-v7:25.3.1 '
22+ compile ' com.google.dagger:dagger:2.10 '
2323}
2424
2525task createJavaDoc (type : Javadoc ) {
@@ -43,7 +43,7 @@ publishing {
4343 maven(MavenPublication ) {
4444 groupId ' be.stannieman'
4545 artifactId ' mvvm'
46- version ' 1.0.3 '
46+ version ' 1.0.4 '
4747 artifact " $buildDir \\ outputs\\ aar\\ signed-${ project.getName()} -release.aar"
4848 artifact createJavaDocJar
4949 artifact createSourcesJar
Original file line number Diff line number Diff line change 33import android .content .Intent ;
44import android .databinding .BaseObservable ;
55import android .os .Bundle ;
6-
7- import org .jetbrains .annotations .Nullable ;
6+ import android .support .annotation .Nullable ;
87
98import javax .inject .Inject ;
109
You can’t perform that action at this time.
0 commit comments