Skip to content

Commit 5f50406

Browse files
committed
Adjust Gradle properties
This change fixes the `apk` target build after bumping Qt version from 5.15.5 to 5.15.10.
1 parent d2b8c5e commit 5f50406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/android/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
androidBuildToolsVersion=28.0.3
2-
androidCompileSdkVersion=28
1+
androidBuildToolsVersion=30.0.3
2+
androidCompileSdkVersion=30
33
qt5AndroidDir=new File(".").absolutePath
44
org.gradle.jvmargs=-Xmx4608M

0 commit comments

Comments
 (0)