Bump android SDK (#184)

This commit is contained in:
Noah Tran
2026-02-06 13:54:12 +01:00
committed by GitHub
parent 4e7c12deb7
commit 1e7d55b140
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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.
+8 -8
View File
@@ -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