Skip to content

Commit ff5df83

Browse files
author
Mihail Slavchev
committed
update binaries to API 21
1 parent 0fb50f6 commit ff5df83

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

lib/services/android-project-service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ class AndroidProjectService implements IPlatformProjectService {
135135
var outDir = path.join(libsFolder, metadataDirName);
136136
this.$fs.ensureDirectoryExists(outDir).wait();
137137

138-
shell.cp("-f", path.join(__dirname, "../../resources/tools/android-17.jar"), inputDir);
139-
shell.cp("-f", path.join(__dirname, "../../resources/tools/support-v4-r13.jar"), inputDir);
138+
shell.cp("-f", path.join(__dirname, "../../resources/tools/android.jar"), inputDir);
139+
shell.cp("-f", path.join(__dirname, "../../resources/tools/android-support-v4.jar"), inputDir);
140140
shell.cp("-f", path.join(projectRoot, "libs/*.jar"), inputDir);
141141

142142
this.spawn('java', ['-jar', metadataGeneratorPath, inputDir, outDir]).wait();
972 KB
Binary file not shown.

resources/tools/support-v4-r13.jar

-479 KB
Binary file not shown.

0 commit comments

Comments
 (0)