Skip to content

Commit 75e5b43

Browse files
committed
update dts-generator jar with fixes for API 25
1 parent 06e539d commit 75e5b43

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Binary file not shown.

build-artifacts/project-template-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ def shouldIncludeDirForTypings(path, includeDirs) {
662662

663663
task copyTypings {
664664
doLast {
665-
println "Copied generated typings to application root level."
665+
println "Copied generated typings to application root level. Make sure to import android.d.ts in reference.d.ts"
666666

667667
copy {
668668
from "$projectDir/build-tools/typings"

0 commit comments

Comments
 (0)