diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/build.xml b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/build.xml index a7c8ca4ff..605ff3f52 100644 --- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/build.xml +++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/build.xml @@ -31,6 +31,9 @@ + diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/pom.xml b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/pom.xml index fcc138de7..fcb88138b 100644 --- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/pom.xml +++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/pom.xml @@ -33,6 +33,19 @@ WSO2 Carbon - Mobile Android UI pom + + + io.entgra.emm + io.entgra.emm.android.agent.release + apk + + + io.entgra.emm + io.entgra.emm.android.agent.debug + apk + + + @@ -56,6 +69,24 @@ JavaApp.jar + + io.entgra.emm + io.entgra.emm.android.agent.release + apk + ${android.agent.version} + true + ${project.basedir}/target/ + android-agent.apk + + + io.entgra.emm + io.entgra.emm.android.agent.debug + apk + ${android.agent.version} + true + ${project.basedir}/target/ + client-debug.apk + diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/assembly/src.xml b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/assembly/src.xml index 789a0e681..65d67813e 100644 --- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/assembly/src.xml +++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/assembly/src.xml @@ -42,5 +42,13 @@ 755 + + + ${basedir}/target/android-agent.apk + + /devicemgt/app/units/cdmf.unit.device.type.android.type-view/public/assets/ + + 755 + diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/android-tryit/resources/client-debug.apk b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/android-tryit/resources/client-debug.apk deleted file mode 100644 index 46d45da13..000000000 Binary files a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/android-tryit/resources/client-debug.apk and /dev/null differ diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/public/assets/.gitignore b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/public/assets/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/public/assets/android-agent.apk b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/public/assets/android-agent.apk deleted file mode 100644 index 91c775a77..000000000 Binary files a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/public/assets/android-agent.apk and /dev/null differ diff --git a/pom.xml b/pom.xml index 0353af774..74ae8dd37 100644 --- a/pom.xml +++ b/pom.xml @@ -1186,6 +1186,18 @@ feign-okhttp ${github.openfeign.version} + + io.entgra.emm + io.entgra.emm.android.agent.release + apk + ${android.agent.version} + + + io.entgra.emm + io.entgra.emm.android.agent.debug + apk + ${android.agent.version} + @@ -1239,6 +1251,9 @@ 4.2.6-SNAPSHOT + + 3.6.0 + 4.6.21