Skip to content

Commit 1edb6c4

Browse files
author
Nick
committed
update version number
1 parent 3825220 commit 1edb6c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22
apply plugin: 'org.greenrobot.greendao'
33

44
android {
5-
compileSdkVersion 29
5+
compileSdkVersion 30
66
buildToolsVersion "29.0.3"
77
defaultConfig {
88
applicationId "com.ciscowebex.androidsdk.kitchensink"
99
minSdkVersion 21
10-
targetSdkVersion 29
10+
targetSdkVersion 30
1111
versionCode 1
1212
versionName "1.0"
1313
testInstrumentationRunner "android.support.test.agent.AndroidJUnitRunner"
@@ -53,7 +53,7 @@ repositories {
5353
}
5454

5555
dependencies {
56-
implementation('com.ciscowebex:androidsdk:2.7.0.9-SNAPSHOT@aar', {
56+
implementation('com.ciscowebex:androidsdk:2.8.0@aar', {
5757
transitive = true
5858
changing = true
5959
})

0 commit comments

Comments
 (0)