I thought you could still install apps from other app stores if you just enabled the setting and wait a cooldown period like 1 day? Maybe they changed the policy though not sure
- 0 Posts
- 3 Comments
Joined 2 months ago
Cake day: March 5th, 2026
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
boraginoru@lemmy.zipto
Ask Lemmy@lemmy.world•What is that one software that you are using for 10 years and still loving it?
1·25 days agoDisplayFusion for monitor backgrounds. Bought a license like 15+ years ago and it’s still getting updates 🕺
You don’t even need to check in .gradle to a repo, I always have that gitignored. And gradle projects should specify commands to build from CLI rather than having you download an IDE. Android Studio gives you a nice run button but it’s just invoking ./gradlew installDebug under the hood