Skip to content

Commit be8ee47

Browse files
committed
Fix android builds
1 parent d5463a1 commit be8ee47

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

cached_network_image/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,16 @@ A flutter library to show images from the internet and keep them in the cache di
88

99

1010
## Sponsors
11-
<a href="https://getstream.io/chat/flutter/tutorial/?utm_source=github&utm_medium=github_rep[%E2%80%A6]&utm_content=Developer&utm_campaign=Github_Oct2021_FlutterChat" target="_blank"><img width="250px" src="https://stream-blog.s3.amazonaws.com/blog/wp-content/uploads/fc148f0fc75d02841d017bb36e14e388/Stream-logo-with-background-.png"/></a><br/><span><a href="https://getstream.io/chat/flutter/tutorial/?utm_source=github&utm_medium=github_rep[%E2%80%A6]&utm_content=Developer&utm_campaign=Github_Oct2021_FlutterChat" target="_blank">Try the Flutter Chat Tutorial 💬</a></span>
12-
1311

12+
<table>
13+
<tbody>
14+
<tr>
15+
<td align="center">
16+
<a href="https://getstream.io/chat/flutter/tutorial/?utm_source=github&utm_medium=github_rep[%E2%80%A6]&utm_content=Developer&utm_campaign=Github_Oct2021_FlutterChat" target="_blank"><img width="250px" src="https://stream-blog.s3.amazonaws.com/blog/wp-content/uploads/fc148f0fc75d02841d017bb36e14e388/Stream-logo-with-background-.png"/></a><br/><span><a href="https://getstream.io/chat/flutter/tutorial/?utm_source=github&utm_medium=github_rep[%E2%80%A6]&utm_content=Developer&utm_campaign=Github_Oct2021_FlutterChat" target="_blank">Try the Flutter Chat Tutorial 💬</a></span>
17+
</td>
18+
</tr>
19+
</tbody>
20+
</table>
1421

1522
## How to use
1623
The CachedNetworkImage can be used directly or through the ImageProvider.

cached_network_image/example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.5.0'
9+
classpath 'com.android.tools.build:gradle:4.2.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}
1212
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Fri Jun 23 08:50:38 CEST 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-all.zip

0 commit comments

Comments
 (0)