mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-05-20 20:20:35 +00:00
Bump android SDK (#184)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user