Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/Atlantis.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public final class Atlantis: NSObject {
/// Build version of Atlantis
/// It's essential for Proxyman to known if it's compatible with this version
/// Instead of receving the number from the info.plist, we should hardcode here because the info file doesn't exist in SPM
public static let buildVersion: String = "1.31.0"
public static let buildVersion: String = "1.33.0"

/// Start Swizzle all network functions and monitoring the traffic
/// It also starts looking Bonjour network from Proxyman app.
Expand Down
16 changes: 8 additions & 8 deletions atlantis-android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ kotlin.code.style=official
android.nonTransitiveRClass=true

# Library version
VERSION_NAME=1.0.0
VERSION_CODE=1
VERSION_NAME=1.33.0
VERSION_CODE=13300
GROUP=com.proxyman
POM_ARTIFACT_ID=atlantis-android

# Maven publishing
POM_NAME=Atlantis Android
POM_DESCRIPTION=Capture HTTP/HTTPS traffic from Android apps and send to Proxyman for debugging
POM_URL=https://github.com/nicksantamaria/atlantis
POM_SCM_URL=https://github.com/nicksantamaria/atlantis
POM_SCM_CONNECTION=scm:git:git://github.com/nicksantamaria/atlantis.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/nicksantamaria/atlantis.git
POM_URL=https://github.com/ProxymanApp/atlantis
POM_SCM_URL=https://github.com/ProxymanApp/atlantis
POM_SCM_CONNECTION=scm:git:git://github.com/ProxymanApp/atlantis.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/ProxymanApp/atlantis.git
POM_LICENCE_NAME=Apache License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=nicksantamaria
POM_DEVELOPER_NAME=Nghia Tran
POM_DEVELOPER_ID=proxymanllc
POM_DEVELOPER_NAME=Proxyman LLC