diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 764dd5a..9685b9f 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -24,6 +24,9 @@ jobs: - name: Build photos APK with Gradle run: ./gradlew assemblePhotosDebug + - name: Build photosonly APK with Gradle + run: ./gradlew assemblePhotosonlyDebug + - name: Upload APKs uses: actions/upload-artifact@v4 with: diff --git a/app/build.gradle b/app/build.gradle index 587e7a6..9df91e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,6 +28,10 @@ android { dimension 'default' applicationId 'com.google.android.apps.photos' } + photosonly { + dimension 'default' + applicationId 'com.google.android.apps.photos' + } } // No benefit outside of Google Play, disabled for IzzyOnDroid diff --git a/app/src/photosonly/AndroidManifest.xml b/app/src/photosonly/AndroidManifest.xml new file mode 100644 index 0000000..3370e7d --- /dev/null +++ b/app/src/photosonly/AndroidManifest.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +