Skip to content

Commit 5707cb3

Browse files
author
Nick
committed
update copyright and sdk version number
1 parent 122607f commit 5707cb3

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2020 Cisco Systems, Inc.
3+
Copyright (c) 2016-2021 Cisco Systems, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ repositories {
5353
}
5454

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

app/src/main/java/com/ciscowebex/androidsdk/kitchensink/actions/events/OnScheduleChangedEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2020 Cisco Systems Inc
2+
* Copyright 2016-2021 Cisco Systems Inc
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

app/src/main/java/com/ciscowebex/androidsdk/kitchensink/actions/events/SearchActiveSpaceCompleteEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2020 Cisco Systems Inc
2+
* Copyright 2016-2021 Cisco Systems Inc
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,9 @@ allprojects {
2727
repositories {
2828
jcenter()
2929
google()
30-
mavenLocal()
3130
maven {
3231
url 'https://devhub.cisco.com/artifactory/webexsdk/'
3332
}
34-
maven {
35-
url 'https://devhub.cisco.com/artifactory/webexsdk-SNAPSHOT/'
36-
}
3733
}
3834
}
3935

0 commit comments

Comments
 (0)