File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
Add a dependency code to your ** module** 's ` build.gradle ` file.
23
23
``` gradle
24
24
dependencies {
25
- implementation "com.github.skydoves:whatif:1.0.0 "
25
+ implementation "com.github.skydoves:whatif:1.0.1 "
26
26
}
27
27
```
28
28
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$versions . kotlin "
19
19
implementation " androidx.appcompat:appcompat:$versions . androidxAppcompat "
20
20
implementation " com.github.skydoves:balloon:$versions . balloon "
21
- implementation " com.github.skydoves :whatif: $v ersions . versionName "
21
+ implementation project( " :whatif" )
22
22
}
23
23
24
24
apply from : ' ../spotless.gradle'
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ ext.versions = [
2
2
minSdkLib : 15 ,
3
3
minSdkDemo : 16 ,
4
4
compileSdk : 29 ,
5
- versionCode : 1 ,
6
- versionName : ' 1.0.0 ' ,
5
+ versionCode : 2 ,
6
+ versionName : ' 1.0.1 ' ,
7
7
8
8
gradleBuildTool : ' 3.5.0' ,
9
9
spotlessGradle : ' 3.24.2' ,
You can’t perform that action at this time.
0 commit comments