a native android app (in beta and has a fuckton of rough edges)
Find a file
2026-08-24 23:46:27 +01:00
.idea i hope i did not light ur material on fira 2026-08-17 17:19:55 -05:00
app i hope i did not light ur material on fira 2026-08-17 17:19:55 -05:00
gradle Merge pull request #9 from fort-ind/renovate/gradle-9.x 2026-08-24 23:46:27 +01:00
.gitignore Initial Android app 2026-08-14 18:06:26 -04:00
build.gradle.kts Initial Android app 2026-08-14 18:06:26 -04:00
gradle.properties Initial Android app 2026-08-14 18:06:26 -04:00
gradlew Update dependency gradle to v9.7.0 2026-08-15 10:04:39 +00:00
gradlew.bat i hope i did not light ur material on fira 2026-08-17 17:19:55 -05:00
README.md oops 2026-08-16 15:52:32 -05:00
settings.gradle.kts Initial Android app 2026-08-14 18:06:26 -04:00

fort.ind on android !!!

Built using Kotlin fort.ind for Android is a 1:1 recreation of Fort.inds site, but directly into an Android app (natively obv) currently targets android 16

bulid it!

wanna test it out? grab one of the releases or bulid it

requirments

  • Java JDK 11
  • Android SDK with API level 37 (device/emulator must run Android API 24 or newer)
  • Android Studio (recommended) or Android SDK + adb
  • Internet access to download dependencies the first time Quick CLI build (Unix/macOS)
git clone https://github.com/fort-ind/android.git
cd android
# build an apk
./gradlew assembleDebug

# install to a connected device or running emulator
./gradlew installDebug

Quick CLI build (Windows)

git clone https://github.com/fort-ind/android.git
cd android
# build an apk
gradlew.bat assembleDebug

# install to a connected device or running emulator
gradlew.bat installDebug