Commit 7f67fda
committed
Use release SDK version for compilation
The `app/build.gradle.kts` file has been updated to use a release version of the compile SDK, specifically version 36. Previously, the `compileSdk` was set directly to an integer. The new configuration uses the `release()` function to explicitly denote that a release version of the SDK is being targeted.
This change improves the clarity and specificity of the build configuration.1 parent 8fc73d0 commit 7f67fda
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
0 commit comments