Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:legacy" image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:master" stages: - build Loading fake-store/src/main/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ <permission android:name="com.android.vending.CHECK_LICENSE" android:protectionLevel="normal"/> <uses-permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE"/> <uses-permission android:name="android.permission.INTERNET"/> <application android:forceQueryable="true" android:icon="@mipmap/ic_app" Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:legacy" image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:master" stages: - build Loading
fake-store/src/main/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ <permission android:name="com.android.vending.CHECK_LICENSE" android:protectionLevel="normal"/> <uses-permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE"/> <uses-permission android:name="android.permission.INTERNET"/> <application android:forceQueryable="true" android:icon="@mipmap/ic_app" Loading