Update build.gradle

This commit is contained in:
jhengazuki 2025-10-21 03:54:05 +08:00
parent 4b6f4b7371
commit e090705260
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ tasks.register('clean', Delete) {
} }
project.ext { project.ext {
okhttpVersion = '5.1.0' okhttpVersion = '5.2.1'
} }