Skip to content

Commit

Permalink
Added stable library for lifecycle view model (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: RakshakGaind0910 <[email protected]>
  • Loading branch information
enzoqtvf and RakshakGaind0910 authored Dec 6, 2022
1 parent a20506c commit 9d64fcb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion telnyx_rtc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'maven-publish'
apply plugin: "com.bugsnag.android.gradle"

def getVersionName = { ->
return "v1.2.15-alpha"
return "v1.2.16-alpha"
}

def getArtifactId = { ->
Expand Down Expand Up @@ -275,4 +275,8 @@ dependencies {

androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

def lifecycle_version = "2.4.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
}

0 comments on commit 9d64fcb

Please sign in to comment.