Skip to content

Commit

Permalink
update copyright and sdk version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick committed Dec 11, 2020
1 parent 122607f commit 5707cb3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repositories {
}

dependencies {
implementation('com.ciscowebex:androidsdk:2.7.0-SNAPSHOT@aar', {
implementation('com.ciscowebex:androidsdk:2.7.0@aar', {
transitive = true
changing = true
})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016-2020 Cisco Systems Inc
* Copyright 2016-2021 Cisco Systems Inc
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016-2020 Cisco Systems Inc
* Copyright 2016-2021 Cisco Systems Inc
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@ allprojects {
repositories {
jcenter()
google()
mavenLocal()
maven {
url 'https://devhub.cisco.com/artifactory/webexsdk/'
}
maven {
url 'https://devhub.cisco.com/artifactory/webexsdk-SNAPSHOT/'
}
}
}

Expand Down

0 comments on commit 5707cb3

Please sign in to comment.