Skip to content

Commit e24c652

Browse files
author
plamen5kov
committed
update gradle project template (hotfix)
1 parent 67024f0 commit e24c652

2 files changed

Lines changed: 3 additions & 3 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+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tns-android",
33
"description": "NativeScript Runtime for Android",
4-
"version": "1.6.2",
4+
"version": "1.6.3",
55
"files": [
66
"**/*"
77
],

0 commit comments

Comments
 (0)