Skip to content

Commit

Permalink
publish updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelReyes committed Oct 28, 2022
1 parent 11e329c commit dbbb0ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ ext {
tripkitGroup = "com.skedgo.tripkit"
tripkitVersion = "2.1.43"
publishMavenUrl = "https://www.myget.org/F/skedgo/maven"
publishMavenUsername = "mbarringer"
publishMavenToken = "568c7266-7ea8-484b-8c58-cc9a69e09809"
publishMavenUsername = "skedgo"
publishMavenToken = "9b1742e0-6370-45bc-b0b5-0348b01031c2"
}

allprojects {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ BINTRAY_KEY=${whatIsThekey}
android.useAndroidX=true
android.enableJetifier=true
#android.enableUnitTestBinaryResources=true
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 comments on commit dbbb0ff

Please sign in to comment.