We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3825220 commit 1edb6c4Copy full SHA for 1edb6c4
app/build.gradle
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
2
apply plugin: 'org.greenrobot.greendao'
3
4
android {
5
- compileSdkVersion 29
+ compileSdkVersion 30
6
buildToolsVersion "29.0.3"
7
defaultConfig {
8
applicationId "com.ciscowebex.androidsdk.kitchensink"
9
minSdkVersion 21
10
- targetSdkVersion 29
+ targetSdkVersion 30
11
versionCode 1
12
versionName "1.0"
13
testInstrumentationRunner "android.support.test.agent.AndroidJUnitRunner"
@@ -53,7 +53,7 @@ repositories {
53
}
54
55
dependencies {
56
- implementation('com.ciscowebex:androidsdk:2.7.0.9-SNAPSHOT@aar', {
+ implementation('com.ciscowebex:androidsdk:2.8.0@aar', {
57
transitive = true
58
changing = true
59
})
0 commit comments