From 09fb0eff44fe04eb66581bad8515a8475dd89439 Mon Sep 17 00:00:00 2001 From: Nghia Tran Date: Fri, 6 Feb 2026 13:53:52 +0100 Subject: [PATCH] Bump android SDK --- Sources/Atlantis.swift | 2 +- atlantis-android/gradle.properties | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Sources/Atlantis.swift b/Sources/Atlantis.swift index 0c1fd7e..cc96bc9 100644 --- a/Sources/Atlantis.swift +++ b/Sources/Atlantis.swift @@ -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. diff --git a/atlantis-android/gradle.properties b/atlantis-android/gradle.properties index 77ea632..1cc0827 100644 --- a/atlantis-android/gradle.properties +++ b/atlantis-android/gradle.properties @@ -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