Skip to content

Releases: friuns2/SketchbookAI

Release 2025.11.27-0447

27 Nov 04:47

Choose a tag to compare

Automated build from commit f136485

Changes:
x

Build Artifacts:

  • app-release.apk - Signed APK for direct installation
  • app-release.aab - Signed Android App Bundle for Google Play Store

Installation:

  • For testing: Download and install the APK directly on your device
  • For Google Play: Upload the AAB file to Google Play Console

Release 2025.11.27-0442

27 Nov 04:42

Choose a tag to compare

Automated build from commit 24f2065

Changes:
x

Build Artifacts:

  • app-release.apk - Signed APK for direct installation
  • app-release.aab - Signed Android App Bundle for Google Play Store

Installation:

  • For testing: Download and install the APK directly on your device
  • For Google Play: Upload the AAB file to Google Play Console

Release 2025.11.26-1711

26 Nov 17:11

Choose a tag to compare

Automated build from commit 2967129

Changes:
x

Build Artifacts:

  • app-release.apk - Signed APK for direct installation
  • app-release.aab - Signed Android App Bundle for Google Play Store

Installation:

  • For testing: Download and install the APK directly on your device
  • For Google Play: Upload the AAB file to Google Play Console

Release 2025.11.26-1707

26 Nov 17:07

Choose a tag to compare

Automated build from commit cfee28f

Changes:
Add demo videos to repository

Build Artifacts:

  • app-release.apk - Signed APK for direct installation
  • app-release.aab - Signed Android App Bundle for Google Play Store

Installation:

  • For testing: Download and install the APK directly on your device
  • For Google Play: Upload the AAB file to Google Play Console

Release 2025.11.26-1619

26 Nov 16:19

Choose a tag to compare

Automated build from commit 7a0bc08

Changes:
x

Build Artifacts:

  • app-release.apk - Signed APK for direct installation
  • app-release.aab - Signed Android App Bundle for Google Play Store

Installation:

  • For testing: Download and install the APK directly on your device
  • For Google Play: Upload the AAB file to Google Play Console

Android Keystore Latest

26 Nov 16:15

Choose a tag to compare

Android Keystore Release

This release contains the Android signing keystore for the AI Engineer Job Simulator app.

Keystore Information

  • Alias: release
  • Key Algorithm: RSA 2048-bit
  • Validity: 10,000 days
  • Store Password: android123
  • Key Password: android123

Usage Instructions

  1. Download keystore-latest.tar.gz
  2. Extract the keystore: tar -xzf keystore-latest.tar.gz
  3. Use in your Android build configuration:
    storeFile file('path/to/release.keystore')
    storePassword 'android123'
    keyAlias 'release'
    keyPassword 'android123'
    

Security Notes

  • Store passwords securely and never commit them to version control
  • Keep the keystore file in a secure location
  • For production, consider using GitHub Secrets

Generated automatically by GitHub Actions