Skip to content

Commit eb4c905

Browse files
committed
Bump whatif version to 1.0.8
1 parent 4465444 commit eb4c905

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
ext.versions = [
1717
minSdk : 21,
1818
compileSdk : 30,
19-
versionCode : 3,
20-
versionName : '1.0.2',
19+
versionCode : 5,
20+
versionName : '1.0.4',
2121

2222
// gradle plugins
2323
gradleBuildTool : '4.1.1',
@@ -69,7 +69,7 @@ ext.versions = [
6969
baseAdapter : '0.1.3',
7070

7171
// whatIf
72-
whatIfVersion : '1.0.7',
72+
whatIfVersion : '1.0.8',
7373

7474
// android ribbon
7575
androidRibbonVersion : '1.0.3',

0 commit comments

Comments
 (0)