We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8939e1d commit 5fa7cc9Copy full SHA for 5fa7cc9
library/build.gradle
@@ -3,8 +3,8 @@ apply plugin: 'kotlin-android'
3
apply plugin: 'com.github.dcendents.android-maven'
4
5
def versionMajor = 0
6
-def versionMinor = 2
7
-def versionPatch = 2
+def versionMinor = 3
+def versionPatch = 0
8
9
group = 'co.kyash'
10
version = "$versionMajor.$versionMinor.$versionPatch"
0 commit comments