Releases: friuns2/SketchbookAI
Releases · friuns2/SketchbookAI
Release 2025.11.27-0447
Automated build from commit f136485
Changes:
x
Build Artifacts:
app-release.apk- Signed APK for direct installationapp-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
Automated build from commit 24f2065
Changes:
x
Build Artifacts:
app-release.apk- Signed APK for direct installationapp-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
Automated build from commit 2967129
Changes:
x
Build Artifacts:
app-release.apk- Signed APK for direct installationapp-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
Automated build from commit cfee28f
Changes:
Add demo videos to repository
Build Artifacts:
app-release.apk- Signed APK for direct installationapp-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
Automated build from commit 7a0bc08
Changes:
x
Build Artifacts:
app-release.apk- Signed APK for direct installationapp-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
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
- Download
keystore-latest.tar.gz - Extract the keystore:
tar -xzf keystore-latest.tar.gz - 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