File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
<application android : hardwareAccelerated =" true" android : name =" org.qtproject.qt5.android.bindings.QtApplication" android : label =" CloudBuildsDemoQt" >
18
18
<activity android : configChanges =" orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc|density"
19
19
android : name =" org.qtproject.qt5.android.bindings.QtActivity"
20
+ android : exported =" true"
20
21
android : label =" CloudBuildsDemoQt"
21
22
android : screenOrientation =" unspecified"
22
23
android : launchMode =" singleTop" >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.6.0 '
8
+ classpath " com.android.tools.build:gradle:7.2.1 "
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments