Skip to content

Commit

Permalink
[WEBRTC-522] rename module to telnyx_rtc
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Zimmerman committed May 4, 2021
1 parent c8341a3 commit 09e95af
Show file tree
Hide file tree
Showing 53 changed files with 658 additions and 600 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation deps.constraint_layout

// SDK:
implementation project(':telnyxRTC')
implementation project(':telnyx_rtc')

implementation deps.webrtc

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include ':telnyxRTC'
include ':telnyx_rtc'
include ':app'
rootProject.name = "Telnyx Android WebRTC SDK"
595 changes: 0 additions & 595 deletions telnyxRTC/out.map

This file was deleted.

File renamed without changes.
6 changes: 3 additions & 3 deletions telnyxRTC/build.gradle → telnyx_rtc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ def githubProperties = new Properties()
githubProperties.load(new FileInputStream(rootProject.file("github.properties")))

def getVersionName = { ->
return "0.0.1"
return "0.0.4"
}

def getArtificatId = { ->
return "webRTC"
return "telnyx_rtc"
}

publishing {
publications {
bar(MavenPublication) {
groupId 'com.telnyx.webrtc.sdk.telnyxRTC'
groupId 'com.telnyx.webrtc.sdk.telnyx_rtc'
artifactId getArtificatId()
version getVersionName()
artifact("$buildDir/outputs/aar/${getArtificatId()}-release.aar")
Expand Down
File renamed without changes.
648 changes: 648 additions & 0 deletions telnyx_rtc/out.map

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.

0 comments on commit 09e95af

Please sign in to comment.