Skip to content

Commit

Permalink
Minimum android sdk vor qt5.7 to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Damiano Lombardi committed Apr 26, 2016
1 parent 69c3396 commit 48c48b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MobileClient/QtProject/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- Background running -->
</activity>
</application>
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9"/>
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="16"/>
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Expand Down
1 change: 1 addition & 0 deletions MobileClient/QtProject/src/cpp/Settings/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Secret.h

0 comments on commit 48c48b4

Please sign in to comment.