Skip to content

Releases: TuneScotty/DrawIt-Application

v0.0.2

08 May 09:30

Choose a tag to compare

DrawIt v0.0.2 - CI/CD Pipeline Fixes

Release Date: YYYY-MM-DD (e.g., 2025-05-08)

This release addresses issues encountered in the automated CI/CD pipeline, specifically enabling the successful creation of GitHub Releases.

Changes in this Release:

  • CI/CD Pipeline (.github/workflows/android.yml):
    • Resolved an issue preventing automated GitHub Release creation (previously failed with a 403 Forbidden error).
    • Granted necessary contents: write permissions to the workflow job, allowing it to create releases and upload assets.
    • This successfully tests the updated pipeline for automatic release generation upon pushing new version tags.

How to Test:

  1. Download the app-release-unsigned.apk (or similarly named APK) from the assets below.
  2. Install the APK on an Android emulator or a physical Android device.
    • Note: You might need to enable "Install from unknown sources" on your device.
  3. Verify that the application installs and launches.

Known Issues:

  • This is an unsigned APK, intended for testing and internal distribution only.
  • Core application feature development is still in progress.

This release primarily validates the robustness of our automated build and release system.

v0.0.1-test

08 May 09:25

Choose a tag to compare

DrawIt v0.0.1-test - Initial Test Release

Release Date: YYYY-MM-DD (e.g., 2025-05-08)

This is the first automated test release for the DrawIt application, generated via our GitHub Actions CI/CD pipeline. The primary purpose of this release is to verify the automated build and release process.

Changes in this Release:

  • Build System & CI/CD:
    • Set up GitHub Actions workflow to build the application.
    • Configured the workflow to automatically create a GitHub Release and attach the APK when a new version tag (e.g., vX.Y.Z) is pushed.
    • Included initial .gitignore to manage versioned files.
    • Updated README.md with the correct project name.
    • Resolved CI build failures related to org.gradle.java.home.

How to Test:

  1. Download the app-release-unsigned.apk (or similarly named APK) from the assets below.
  2. Install the APK on an Android emulator or a physical Android device.
    • Note: You might need to enable "Install from unknown sources" on your device.
  3. Launch the DrawIt application and perform basic functionality checks (e.g., app launch, navigating main screens if available).

Known Issues:

  • This is an unsigned APK. It cannot be uploaded to the Google Play Store and is intended for testing purposes only.
  • Feature development is ongoing; this release does not represent a feature-complete version.

We're excited to continue developing DrawIt! Future releases will include more features and bug fixes.