Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Feb 3, 2021
2 parents 9b4be48 + 4e01302 commit 45d3432
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions base-android-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ publishing {
}

bintray {
user = System.getenv('BINTRAY_USER')
key = System.getenv('BINTRAY_KEY')
user = System.getenv('MAVEN_USER')
key = System.getenv('MAVEN_KEY')
dryRun = false
override = false
publish = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ package network.xyo.base
import android.app.Activity
import android.content.Context
import android.content.ContextWrapper
import android.os.Debug
import com.jaredrummler.android.device.DeviceName
import network.xyo.helpers.classNameFromObject
import network.xyo.logging.XYLogging

open class XYBase {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package network.xyo.logging
package network.xyo.base

import android.util.Log
import network.xyo.helpers.classNameFromObject
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package network.xyo.random
package network.xyo.base

import network.xyo.base.XYBase
import java.util.*

class XYRandom : XYBase() {
Expand Down
4 changes: 2 additions & 2 deletions base-android-library/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Wed Feb 03 19:27:56 UTC 2021
VERSION_PATCH=11
#Wed Feb 03 20:59:18 UTC 2021
VERSION_PATCH=12

0 comments on commit 45d3432

Please sign in to comment.