From ea49f6ba43dc0206aa76662930147aa36eea4749 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Wed, 10 Jan 2024 08:12:49 +0800 Subject: [PATCH] Update build.gradle --- pkgs/cronet_http/example/android/app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/cronet_http/example/android/app/build.gradle b/pkgs/cronet_http/example/android/app/build.gradle index b8e0a66a46..a49327f9e4 100644 --- a/pkgs/cronet_http/example/android/app/build.gradle +++ b/pkgs/cronet_http/example/android/app/build.gradle @@ -68,7 +68,6 @@ flutter { } dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" // ""com.google.android.gms:play-services-cronet" is only present so that // `jnigen` will work. Applications should not include this line. implementation "com.google.android.gms:play-services-cronet:18.0.1"