File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -29,20 +29,20 @@ kotlin.code.style=official
2929android.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
3434GROUP =com.proxyman
3535POM_ARTIFACT_ID =atlantis-android
3636
3737# Maven publishing
3838POM_NAME =Atlantis Android
3939POM_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
4444POM_LICENCE_NAME =Apache License, Version 2.0
4545POM_LICENCE_URL =https://www.apache.org/licenses/LICENSE-2.0.txt
4646POM_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
You can’t perform that action at this time.
0 commit comments