diff --git a/platforms/android-30/pom.xml b/platforms/android-30/pom.xml
new file mode 100644
index 00000000..9c7f4bda
--- /dev/null
+++ b/platforms/android-30/pom.xml
@@ -0,0 +1,126 @@
+
+
+ 4.0.0
+ com.simpligility.android.sdk-deployer
+ android-30
+ pom
+ Android Platform 11.0 API 30
+
+
+ com.simpligility.android.sdk-deployer
+ android-platforms
+ 2.10.0
+
+
+
+ 8.0
+
+
+
+
+
+
+
+ maven-jar-plugin
+ 2.4
+
+
+ generate-resources
+
+ jar
+
+
+ ${android.sdk.path}/sources/android-30
+
+ **/*
+
+ android-sources
+
+
+
+
+
+
+
+ maven-install-plugin
+
+
+ android-jar
+ install
+
+ install-file
+
+
+ ${platform.android.groupid}
+ ${platform.android.artifactid}
+ jar
+ ${jar.version}
+ ${jar.path}
+ ${javadoc.path}
+ ${project.build.directory}/android-sources.jar
+
+
+
+ uiautomator-jar
+ install
+
+ install-file
+
+
+ ${platform.uiautomator.groupid}
+ ${platform.uiautomator.artifactid}
+ jar
+ ${jar.version}
+ ${uiautomator.path}
+
+
+
+
+
+ maven-deploy-plugin
+
+
+ android-jar
+ deploy
+
+ deploy-file
+
+
+ ${platform.android.groupid}
+ ${platform.android.artifactid}
+ jar
+ ${jar.version}
+ ${jar.path}
+ ${repo.url}
+ ${repo.id}
+ ${javadoc.path}
+ ${project.build.directory}/android-sources.jar
+
+
+
+ uiautomator-jar
+ deploy
+
+ deploy-file
+
+
+ ${platform.uiautomator.groupid}
+ ${platform.uiautomator.artifactid}
+ jar
+ ${jar.version}
+ ${uiautomator.path}
+ ${repo.url}
+ ${repo.id}
+
+
+
+
+
+
+ org.codehaus.mojo
+ properties-maven-plugin
+
+
+
+
diff --git a/platforms/android-31/pom.xml b/platforms/android-31/pom.xml
new file mode 100644
index 00000000..c927f64e
--- /dev/null
+++ b/platforms/android-31/pom.xml
@@ -0,0 +1,126 @@
+
+
+ 4.0.0
+ com.simpligility.android.sdk-deployer
+ android-31
+ pom
+ Android Platform 12.0 API 31
+
+
+ com.simpligility.android.sdk-deployer
+ android-platforms
+ 2.10.0
+
+
+
+ 8.0
+
+
+
+
+
+
+
+ maven-jar-plugin
+ 2.4
+
+
+ generate-resources
+
+ jar
+
+
+ ${android.sdk.path}/sources/android-31
+
+ **/*
+
+ android-sources
+
+
+
+
+
+
+
+ maven-install-plugin
+
+
+ android-jar
+ install
+
+ install-file
+
+
+ ${platform.android.groupid}
+ ${platform.android.artifactid}
+ jar
+ ${jar.version}
+ ${jar.path}
+ ${javadoc.path}
+ ${project.build.directory}/android-sources.jar
+
+
+
+ uiautomator-jar
+ install
+
+ install-file
+
+
+ ${platform.uiautomator.groupid}
+ ${platform.uiautomator.artifactid}
+ jar
+ ${jar.version}
+ ${uiautomator.path}
+
+
+
+
+
+ maven-deploy-plugin
+
+
+ android-jar
+ deploy
+
+ deploy-file
+
+
+ ${platform.android.groupid}
+ ${platform.android.artifactid}
+ jar
+ ${jar.version}
+ ${jar.path}
+ ${repo.url}
+ ${repo.id}
+ ${javadoc.path}
+ ${project.build.directory}/android-sources.jar
+
+
+
+ uiautomator-jar
+ deploy
+
+ deploy-file
+
+
+ ${platform.uiautomator.groupid}
+ ${platform.uiautomator.artifactid}
+ jar
+ ${jar.version}
+ ${uiautomator.path}
+ ${repo.url}
+ ${repo.id}
+
+
+
+
+
+
+ org.codehaus.mojo
+ properties-maven-plugin
+
+
+
+
diff --git a/platforms/android-32/pom.xml b/platforms/android-32/pom.xml
new file mode 100644
index 00000000..488c5eac
--- /dev/null
+++ b/platforms/android-32/pom.xml
@@ -0,0 +1,126 @@
+
+
+ 4.0.0
+ com.simpligility.android.sdk-deployer
+ android-32
+ pom
+ Android Platform 12L API 32
+
+
+ com.simpligility.android.sdk-deployer
+ android-platforms
+ 2.10.0
+
+
+
+ 8.0
+
+
+
+
+
+
+
+ maven-jar-plugin
+ 2.4
+
+
+ generate-resources
+
+ jar
+
+
+ ${android.sdk.path}/sources/android-32
+
+ **/*
+
+ android-sources
+
+
+
+
+
+
+
+ maven-install-plugin
+
+
+ android-jar
+ install
+
+ install-file
+
+
+ ${platform.android.groupid}
+ ${platform.android.artifactid}
+ jar
+ ${jar.version}
+ ${jar.path}
+ ${javadoc.path}
+ ${project.build.directory}/android-sources.jar
+
+
+
+ uiautomator-jar
+ install
+
+ install-file
+
+
+ ${platform.uiautomator.groupid}
+ ${platform.uiautomator.artifactid}
+ jar
+ ${jar.version}
+ ${uiautomator.path}
+
+
+
+
+
+ maven-deploy-plugin
+
+
+ android-jar
+ deploy
+
+ deploy-file
+
+
+ ${platform.android.groupid}
+ ${platform.android.artifactid}
+ jar
+ ${jar.version}
+ ${jar.path}
+ ${repo.url}
+ ${repo.id}
+ ${javadoc.path}
+ ${project.build.directory}/android-sources.jar
+
+
+
+ uiautomator-jar
+ deploy
+
+ deploy-file
+
+
+ ${platform.uiautomator.groupid}
+ ${platform.uiautomator.artifactid}
+ jar
+ ${jar.version}
+ ${uiautomator.path}
+ ${repo.url}
+ ${repo.id}
+
+
+
+
+
+
+ org.codehaus.mojo
+ properties-maven-plugin
+
+
+
+
diff --git a/platforms/android-33/pom.xml b/platforms/android-33/pom.xml
new file mode 100644
index 00000000..278e57c5
--- /dev/null
+++ b/platforms/android-33/pom.xml
@@ -0,0 +1,126 @@
+
+
+ 4.0.0
+ com.simpligility.android.sdk-deployer
+ android-33
+ pom
+ Android Platform 13.0 API 33
+
+
+ com.simpligility.android.sdk-deployer
+ android-platforms
+ 2.10.0
+
+
+
+ 8.0
+
+
+
+
+
+
+
+ maven-jar-plugin
+ 2.4
+
+
+ generate-resources
+
+ jar
+
+
+ ${android.sdk.path}/sources/android-33
+
+ **/*
+
+ android-sources
+
+
+
+
+
+
+
+ maven-install-plugin
+
+
+ android-jar
+ install
+
+ install-file
+
+
+ ${platform.android.groupid}
+ ${platform.android.artifactid}
+ jar
+ ${jar.version}
+ ${jar.path}
+ ${javadoc.path}
+ ${project.build.directory}/android-sources.jar
+
+
+
+ uiautomator-jar
+ install
+
+ install-file
+
+
+ ${platform.uiautomator.groupid}
+ ${platform.uiautomator.artifactid}
+ jar
+ ${jar.version}
+ ${uiautomator.path}
+
+
+
+
+
+ maven-deploy-plugin
+
+
+ android-jar
+ deploy
+
+ deploy-file
+
+
+ ${platform.android.groupid}
+ ${platform.android.artifactid}
+ jar
+ ${jar.version}
+ ${jar.path}
+ ${repo.url}
+ ${repo.id}
+ ${javadoc.path}
+ ${project.build.directory}/android-sources.jar
+
+
+
+ uiautomator-jar
+ deploy
+
+ deploy-file
+
+
+ ${platform.uiautomator.groupid}
+ ${platform.uiautomator.artifactid}
+ jar
+ ${jar.version}
+ ${uiautomator.path}
+ ${repo.url}
+ ${repo.id}
+
+
+
+
+
+
+ org.codehaus.mojo
+ properties-maven-plugin
+
+
+
+
diff --git a/platforms/android-34/pom.xml b/platforms/android-34/pom.xml
new file mode 100644
index 00000000..19e6fd34
--- /dev/null
+++ b/platforms/android-34/pom.xml
@@ -0,0 +1,126 @@
+
+
+ 4.0.0
+ com.simpligility.android.sdk-deployer
+ android-34
+ pom
+ Android Platform 14.0 API 34
+
+
+ com.simpligility.android.sdk-deployer
+ android-platforms
+ 2.10.0
+
+
+
+ 8.0
+
+
+
+
+
+
+
+ maven-jar-plugin
+ 2.4
+
+
+ generate-resources
+
+ jar
+
+
+ ${android.sdk.path}/sources/android-34
+
+ **/*
+
+ android-sources
+
+
+
+
+
+
+
+ maven-install-plugin
+
+
+ android-jar
+ install
+
+ install-file
+
+
+ ${platform.android.groupid}
+ ${platform.android.artifactid}
+ jar
+ ${jar.version}
+ ${jar.path}
+ ${javadoc.path}
+ ${project.build.directory}/android-sources.jar
+
+
+
+ uiautomator-jar
+ install
+
+ install-file
+
+
+ ${platform.uiautomator.groupid}
+ ${platform.uiautomator.artifactid}
+ jar
+ ${jar.version}
+ ${uiautomator.path}
+
+
+
+
+
+ maven-deploy-plugin
+
+
+ android-jar
+ deploy
+
+ deploy-file
+
+
+ ${platform.android.groupid}
+ ${platform.android.artifactid}
+ jar
+ ${jar.version}
+ ${jar.path}
+ ${repo.url}
+ ${repo.id}
+ ${javadoc.path}
+ ${project.build.directory}/android-sources.jar
+
+
+
+ uiautomator-jar
+ deploy
+
+ deploy-file
+
+
+ ${platform.uiautomator.groupid}
+ ${platform.uiautomator.artifactid}
+ jar
+ ${jar.version}
+ ${uiautomator.path}
+ ${repo.url}
+ ${repo.id}
+
+
+
+
+
+
+ org.codehaus.mojo
+ properties-maven-plugin
+
+
+
+
diff --git a/platforms/pom.xml b/platforms/pom.xml
index 81841386..1dd22e3e 100644
--- a/platforms/pom.xml
+++ b/platforms/pom.xml
@@ -71,6 +71,11 @@
+
+
+
+
+
@@ -92,6 +97,11 @@
android-27
android-28
android-29
+ android-30
+ android-31
+ android-32
+ android-33
+ android-34
@@ -226,6 +236,36 @@
android-29
+
+ 11.0
+
+ android-30
+
+
+
+ 12.0
+
+ android-31
+
+
+
+ 12L
+
+ android-32
+
+
+
+ 13.0
+
+ android-33
+
+
+
+ 14.0
+
+ android-34
+
+
with-javadoc
diff --git a/pom.xml b/pom.xml
index a7dae75f..2aeecb35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
${env.ANDROID_HOME}/
- 26
+ 34
android.repo
@@ -310,5 +310,35 @@
platforms
+
+ 11.0
+
+ platforms
+
+
+
+ 12.0
+
+ platforms
+
+
+
+ 12L
+
+ platforms
+
+
+
+ 13.0
+
+ platforms
+
+
+
+ 14.0
+
+ platforms
+
+