Add nowinandroid to downloadDeps

Change-Id: I6298943c8d552af33857f8b1e48f2753137e0db3
diff --git a/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt b/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt
index 3ef8f73..bee603b 100644
--- a/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt
+++ b/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt
@@ -561,6 +561,10 @@
     Paths.get("third_party", "nest", "nest_20180926_7c6cfb").toFile(),
     Paths.get("third_party", "nest", "nest_20180926_7c6cfb.tar.gz.sha1").toFile(),
     DependencyType.X20)
+  val nowinandroid = ThirdPartyDependency(
+    "nowinandroid",
+    Paths.get("third_party", "opensource-apps", "android", "nowinandroid").toFile(),
+    Paths.get("third_party", "opensource-apps", "android", "nowinandroid.tar.gz.sha1").toFile())
   val proguards = getThirdPartyProguards()
   val proguardsettings = ThirdPartyDependency(
     "proguardsettings",