Commit ff63840
chore: Add Android SDK project skeleton
Build infrastructure for Android SDK library:
- Gradle build configuration with Kotlin 2.2, Android Gradle Plugin 8.13
- Version catalog with dependencies (Ktor, kotlinx.serialization, testing)
- Code quality: Detekt, ktlint, JUnit 5 + Robolectric
- Maven Central publishing configuration
- Sample app module structure
- Minimal stub files for compilation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 4bc52c1 commit ff63840
File tree
25 files changed
+1401
-0
lines changed- config/detekt
- device-sdk
- src
- main
- java/com/maxmind/device
- test/java/com/maxmind/device
- gradle
- wrapper
- sample
- src/main
- java/com/maxmind/device/sample
- res
- layout
- values
25 files changed
+1401
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments