Skip to content

Commit 6872dcf

Browse files
authored
Merge pull request #6 from Regloom/ui5-120x
fix: use UI5-136.x
2 parents 44cd2e6 + 7c08fa4 commit 6872dcf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

app/backup/webapp/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</style>
1313
<script
1414
id="sap-ui-bootstrap"
15-
src="https://sapui5.hana.ondemand.com/1.123.2/resources/sap-ui-core.js"
15+
src="https://sapui5.hana.ondemand.com/1.136/resources/sap-ui-core.js"
1616
data-sap-ui-theme="sap_horizon"
1717
data-sap-ui-resourceroots='{
1818
"backup": "./"
@@ -33,4 +33,4 @@
3333
data-handle-validation="true"
3434
></div>
3535
</body>
36-
</html>
36+
</html>

app/backup/webapp/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@
4242
"phone": true
4343
}
4444
},
45+
"sap.platform.cf": {
46+
"ui5VersionNumber": "1.120.x"
47+
},
4548
"sap.ui5": {
4649
"flexEnabled": false,
4750
"dependencies": {
48-
"minUI5Version": "1.123.2",
51+
"minUI5Version": "1.136.1",
4952
"libs": {
5053
"sap.m": {},
5154
"sap.ui.core": {},

0 commit comments

Comments
 (0)