davidliu

Bump version to 1.4.0-SNAPSHOT

@@ -42,7 +42,7 @@ LiveKit for Android is available as a Maven package. @@ -42,7 +42,7 @@ LiveKit for Android is available as a Maven package.
42 dependencies { 42 dependencies {
43 implementation "io.livekit:livekit-android:1.3.0" 43 implementation "io.livekit:livekit-android:1.3.0"
44 // Snapshots of the latest development version are available at: 44 // Snapshots of the latest development version are available at:
45 - // implementation "io.livekit:livekit-android:1.3.1-SNAPSHOT" 45 + // implementation "io.livekit:livekit-android:1.4.0-SNAPSHOT"
46 } 46 }
47 ``` 47 ```
48 48
@@ -23,7 +23,7 @@ kotlin.code.style=official @@ -23,7 +23,7 @@ kotlin.code.style=official
23 ############################################################### 23 ###############################################################
24 24
25 GROUP=io.livekit 25 GROUP=io.livekit
26 -VERSION_NAME=1.3.0 26 +VERSION_NAME=1.4.0-SNAPSHOT
27 27
28 POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms 28 POM_DESCRIPTION=LiveKit Android SDK, WebRTC Rooms
29 29