We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44cd2e6 + 7c08fa4 commit 6872dcfCopy full SHA for 6872dcf
app/backup/webapp/index.html
@@ -12,7 +12,7 @@
12
</style>
13
<script
14
id="sap-ui-bootstrap"
15
- src="https://sapui5.hana.ondemand.com/1.123.2/resources/sap-ui-core.js"
+ src="https://sapui5.hana.ondemand.com/1.136/resources/sap-ui-core.js"
16
data-sap-ui-theme="sap_horizon"
17
data-sap-ui-resourceroots='{
18
"backup": "./"
@@ -33,4 +33,4 @@
33
data-handle-validation="true"
34
></div>
35
</body>
36
-</html>
+</html>
app/backup/webapp/manifest.json
@@ -42,10 +42,13 @@
42
"phone": true
43
}
44
},
45
+ "sap.platform.cf": {
46
+ "ui5VersionNumber": "1.120.x"
47
+ },
48
"sap.ui5": {
49
"flexEnabled": false,
50
"dependencies": {
- "minUI5Version": "1.123.2",
51
+ "minUI5Version": "1.136.1",
52
"libs": {
53
"sap.m": {},
54
"sap.ui.core": {},
0 commit comments