File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
build-artifacts/project-template-gradle/app/src/main Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ matrix:
33
33
- emulator -avd $EMULATOR_NAME-$EMULATOR_API_LEVEL -no-skin -no-audio -no-window &
34
34
- android-wait-for-emulator
35
35
- npm install --prefix ./test-app/tools
36
- - " ./gradlew runSbgTests --stacktrace"
37
- - " ./gradlew runtestsAndVerifyResults -PnoCCache --stacktrace"
36
+ - " ./gradlew runSbgTests --stacktrace && ./gradlew runtestsAndVerifyResults -PnoCCache --stacktrace"
38
37
- adb -e logcat -d
39
38
before_install :
40
39
- echo "y" | sdkmanager "cmake;3.6.4111459"
Original file line number Diff line number Diff line change 9
9
android : normalScreens =" true"
10
10
android : largeScreens =" true"
11
11
android : xlargeScreens =" true" />
12
-
13
- <uses-sdk
14
- android : minSdkVersion =" 17"
15
- android:targetSdkVersion=" __APILEVEL__" />
16
-
12
+
17
13
<uses-permission android : name =" android.permission.INTERNET" />
18
-
14
+
19
15
<application
20
16
android : name =" com.tns.NativeScriptApplication"
21
17
android : allowBackup =" true"
22
18
android : icon =" @drawable/icon"
23
19
android : label =" @string/app_name"
24
20
android : theme =" @style/AppTheme" >
25
- <activity
21
+ <activity
26
22
android : name =" com.tns.NativeScriptActivity"
27
23
android : label =" @string/title_activity_kimera"
28
24
android : configChanges =" keyboardHidden|orientation|screenSize" >
29
-
25
+
30
26
<intent-filter >
31
27
<action android : name =" android.intent.action.MAIN" />
32
28
33
29
<category android : name =" android.intent.category.LAUNCHER" />
34
30
</intent-filter >
35
31
</activity >
36
32
<activity android : name =" com.tns.ErrorReportActivity"
37
- android : theme =" @style/Theme.AppCompat.Light.NoActionBar" />
33
+ android : theme =" @style/Theme.AppCompat.Light.NoActionBar" />
38
34
</application >
39
35
40
36
</manifest >
You can’t perform that action at this time.
0 commit comments