Skip to content

Commit 62ef67d

Browse files
committed
Released version 1.0.1
1 parent 445eaac commit 62ef67d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Add a dependency code to your **module**'s `build.gradle` file.
2323
```gradle
2424
dependencies {
25-
implementation "com.github.skydoves:whatif:1.0.0"
25+
implementation "com.github.skydoves:whatif:1.0.1"
2626
}
2727
```
2828

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$versions.kotlin"
1919
implementation "androidx.appcompat:appcompat:$versions.androidxAppcompat"
2020
implementation "com.github.skydoves:balloon:$versions.balloon"
21-
implementation "com.github.skydoves:whatif:$versions.versionName"
21+
implementation project(":whatif")
2222
}
2323

2424
apply from: '../spotless.gradle'

dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ext.versions = [
22
minSdkLib : 15,
33
minSdkDemo : 16,
44
compileSdk : 29,
5-
versionCode : 1,
6-
versionName : '1.0.0',
5+
versionCode : 2,
6+
versionName : '1.0.1',
77

88
gradleBuildTool : '3.5.0',
99
spotlessGradle : '3.24.2',

0 commit comments

Comments
 (0)