Skip to content

Commit

Permalink
Add proguard documentation #382 (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored Aug 26, 2024
1 parent eba6a4a commit e888e58
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 5 additions & 0 deletions docs/android/proguard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
proguard-rules.pro
```
-keep class de.jensklingenberg.ktorfit.** { *; }
-keepclassmembers class de.jensklingenberg.ktorfit.** { *; }
```
9 changes: 1 addition & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,8 @@ inspired by [Retrofit](https://square.github.io/retrofit/)

| Ktorfit-version | Kotlin | KSP | Ktor |
|-------------------|:-------------:|:-----------------------------:|:----------:|
| **_2.0.1_** | **>=2.0.0** | **>=1.0.24** | **2.3.12** |
| **_2.0.1_** | **>=2.0.0** | **>=1.0.24 min** | **2.3.12** |
| **_2.0.0_** | **2.0.0** | **1.0.21 (min) 1.0.24 (max)** | **2.3.11** |
| **_2.0.0-rc01_** | **2.0.0-RC3** | **1.0.20** | **2.3.11** |
| **_2.0.0-beta1_** | **2.0.0-RC1** | **1.0.20** | **2.3.10** |
| **_1.14.0_** | **2.0.0-RC1** | **1.0.20** | **2.3.10** |
| **_1.13.0_** | **1.9.23** | **1.0.20** | **2.3.10** |
| **_1.12.0_** | **1.9.22** | **1.0.16** | **2.3.6** |



# Installation

Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ nav:
- 'Example1': converters/example1.md
- 'Migration': converters/migration.md
- 'Configuration': configuration.md
- 'Android':
- 'proguard': android/proguard.md
- 'Fundamentals' :
- 'Scope' : fundamentals/scope.md
- 'Architecture': architecture.md
Expand Down

0 comments on commit e888e58

Please sign in to comment.