Skip to content

Commit ecdb569

Browse files
committed
Update Android related tool versions
1 parent 7a46240 commit ecdb569

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

android/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="CloudBuildsDemoQt">
1818
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc|density"
1919
android:name="org.qtproject.qt5.android.bindings.QtActivity"
20+
android:exported="true"
2021
android:label="CloudBuildsDemoQt"
2122
android:screenOrientation="unspecified"
2223
android:launchMode="singleTop">

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.6.0'
8+
classpath "com.android.tools.build:gradle:7.2.1"
99
}
1010
}
1111

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)