Skip to content

Commit 36948fd

Browse files
committed
Update Gradle to 1.5.0
Resolves NativeScript/nativescript-marketplace-demo#108
1 parent ff32f48 commit 36948fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/project-template-gradle/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
}
2525

2626
dependencies {
27-
classpath "com.android.tools.build:gradle:1.3.1"
27+
classpath "com.android.tools.build:gradle:1.5.0"
2828
}
2929
}
3030

@@ -457,4 +457,4 @@ task buildapk {
457457
}
458458

459459
dependsOn deleteExplodedAarFolder
460-
}
460+
}

0 commit comments

Comments
 (0)