File tree 4 files changed +18
-34
lines changed
4 files changed +18
-34
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ reporter/
17
17
* .sw *
18
18
* .un~
19
19
* .exec
20
+ * .gz
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ 'use strict' ;
2
+
3
+ const path = require ( 'path' ) ;
4
+
5
+ exports . appPath = path . join (
6
+ __dirname ,
7
+ 'android_app_bootstrap' ,
8
+ 'build' ,
9
+ 'outputs' ,
10
+ 'apk' ,
11
+ 'android_app_bootstrap-debug.apk'
12
+ ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " android-app-bootstrap" ,
3
- "version" : " 1.0.7 " ,
3
+ "version" : " 1.0.8 " ,
4
4
"description" : " A starting tutorial for Android application." ,
5
5
"keywords" : [
6
6
" Android"
7
7
],
8
+ "files" : [
9
+ " android_app_bootstrap/build/outputs/apk/android_app_bootstrap-debug.apk" ,
10
+ " index.js"
11
+ ],
8
12
"repository" : {
9
13
"type" : " git" ,
10
14
"url" : " git://github.com/xudafeng/android-app-bootstrap.git"
You can’t perform that action at this time.
0 commit comments