Skip to content

Commit 241a436

Browse files
authored
Merge pull request #117 from EbenezerGH/update-version
update version to 1.1.0
2 parents da67682 + c622ea3 commit 241a436

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ ext {
33
target_sdk_version = 26
44
compile_sdk_version = 26
55
build_tools_version = "27.0.3"
6-
version_code= 1
7-
version_name = "1.0.3"
6+
version_code= 3
7+
version_name = "1.1.0"
88

99

1010
// plugins
1111
android_gradle_version = "3.1.3"
12-
kotlin_plugin_version = "1.2.30"
12+
kotlin_plugin_version = "1.2.41"
1313

1414

1515
// libs

0 commit comments

Comments
 (0)