Skip to content

Commit

Permalink
[WEBRTC-585] remove github packages related code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Zimmerman committed Jun 9, 2021
1 parent 75499f9 commit d4c6c60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
debuggable true
jniDebuggable true
}
debug {
Expand Down
16 changes: 1 addition & 15 deletions telnyx_rtc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ apply plugin: 'maven-publish'
apply plugin: "com.bugsnag.android.gradle"


def githubProperties = new Properties()
githubProperties.load(new FileInputStream(rootProject.file("github.properties")))

def getVersionName = { ->
return "0.0.24"
return "0.0.25"
}

def getArtificatId = { ->
Expand Down Expand Up @@ -65,17 +62,6 @@ publishing {
}
}
}

repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/team-telnyx/telnyx-webrtc-android")
credentials {
username = githubProperties['gpr.usr'] ?: System.getenv("GPR_USER")
password = githubProperties['gpr.key'] ?: System.getenv("GPR_API_KEY")
}
}
}
}


Expand Down

0 comments on commit d4c6c60

Please sign in to comment.