Update sdk version 30
This commit is contained in:
@@ -7,7 +7,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.0.0'
|
||||
classpath 'com.android.tools.build:gradle:4.0.2'
|
||||
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
@@ -35,7 +35,7 @@ task clean(type: Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
|
||||
def download( String url, String filename ) {
|
||||
static def download(String url, String filename ) {
|
||||
new URL( url ).openConnection().with { conn ->
|
||||
new File( filename ).withOutputStream { out ->
|
||||
conn.inputStream.with { inp ->
|
||||
|
||||
Reference in New Issue
Block a user