Skip to content

Commit

Permalink
v3.2.0 release - build.gradle updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rohits5-cisco committed Oct 25, 2021
1 parent a3f9b2f commit a8261f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.cisco.sdk_android"
minSdkVersion Versions.minSdk
targetSdkVersion Versions.targetSdk
versionCode 30003
versionName "3.1.0"
versionCode 32000
versionName "3.2.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "CLIENT_ID", "${CLIENT_ID}"
Expand Down Expand Up @@ -62,7 +62,7 @@ android {
}

dependencies {
implementation 'com.ciscowebex:androidsdk:3.1.0@aar'
implementation 'com.ciscowebex:androidsdk:3.2.0@aar'

implementation fileTree(dir: "libs", include: ["*.jar"])
implementation Dependencies.kotlinStdLib
Expand Down

0 comments on commit a8261f6

Please sign in to comment.