Conversation
🧙 Wizard CIRun the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands: Test all apps:
Test all apps in a directory:
Test an individual app:
Show more apps
Results will be posted here when complete. |
|
you're a god among men |
|
For the record, we can't not export the main activity. It's literally impossible to launch then. https://developer.android.com/privacy-and-security/risks/android-exported |
|
Confirmed this stuff now works. The skill file is a little larger than I'd like, but doesn't have anything that shouldn't be here: |
edwinyjlim
left a comment
There was a problem hiding this comment.
yahoooooo
we might need some commandments since this is our first step into Java-land
basics/android/local.properties
Outdated
There was a problem hiding this comment.
gotta add to root .gitignore
| implementation(libs.androidx.navigation.compose) | ||
| testImplementation(libs.junit) |
There was a problem hiding this comment.
missing posthog SDK?
| implementation(libs.androidx.navigation.compose) | |
| testImplementation(libs.junit) | |
| implementation(libs.androidx.navigation.compose) | |
| implementation(libs.posthog.android) | |
| testImplementation(libs.junit) |
There was a problem hiding this comment.
Where'd it go? LOL how
| [libraries] | ||
| androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } |
There was a problem hiding this comment.
| [libraries] | |
| androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } | |
| [libraries] | |
| posthog-android = { group = "com.posthog", name = "posthog-android", version.ref = "posthog" } | |
| androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } |
| activityCompose = "1.8.0" | ||
| kotlin = "2.0.21" | ||
| composeBom = "2024.09.00" | ||
| navigationCompose = "2.7.5" |
There was a problem hiding this comment.
| navigationCompose = "2.7.5" | |
| navigationCompose = "2.7.5" | |
| posthog = "3.31.0" | |
|
addressed comments + added commandments. |
Will need extensive testing but here it is in its basic form
This PR is just the example, not adding it to the skills yet until some more testing
Screen.Recording.2026-02-05.at.1.08.29.PM.mov