Skip to content

Commit

Permalink
fixed missing line at eof and comment periods
Browse files Browse the repository at this point in the history
  • Loading branch information
Anikate-De committed Jun 5, 2024
1 parent 601e067 commit f476f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/ok_http/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group = "com.example.ok_http"
version = "1.0"

buildscript {
// Required to support `okhttp:4.12.0`
// Required to support `okhttp:4.12.0`.
ext.kotlin_version = '1.9.23'
repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion pkgs/ok_http/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ dependencies {
// `jnigen` will work. Applications should not include this line.
// The version should be synced with `pkgs/ok_http/android/build.gradle`.
implementation('com.squareup.okhttp3:okhttp:4.12.0')
}
}

0 comments on commit f476f4c

Please sign in to comment.