Skip to content

Commit 1e7d55b

Browse files
authored
Bump android SDK (#184)
1 parent 4e7c12d commit 1e7d55b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Sources/Atlantis.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public final class Atlantis: NSObject {
8181
/// Build version of Atlantis
8282
/// It's essential for Proxyman to known if it's compatible with this version
8383
/// Instead of receving the number from the info.plist, we should hardcode here because the info file doesn't exist in SPM
84-
public static let buildVersion: String = "1.31.0"
84+
public static let buildVersion: String = "1.33.0"
8585

8686
/// Start Swizzle all network functions and monitoring the traffic
8787
/// It also starts looking Bonjour network from Proxyman app.

atlantis-android/gradle.properties

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ kotlin.code.style=official
2929
android.nonTransitiveRClass=true
3030

3131
# Library version
32-
VERSION_NAME=1.0.0
33-
VERSION_CODE=1
32+
VERSION_NAME=1.33.0
33+
VERSION_CODE=13300
3434
GROUP=com.proxyman
3535
POM_ARTIFACT_ID=atlantis-android
3636

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

0 commit comments

Comments
 (0)