Skip to content

Commit

Permalink
[AndroidX] Update SDK 7.2.0 (#289)
Browse files Browse the repository at this point in the history
* [AndroidX] Update Android SDK to version 7.2.0
  • Loading branch information
Przemysław authored Jul 20, 2020
1 parent 4002798 commit ac8acbf
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 306 deletions.
3 changes: 2 additions & 1 deletion Example/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
<preference name="android-minSdkVersion" value="21" />
<preference name="android-minSdkVersion" value="22" />
<preference name="AndroidXEnabled" value="true" />
<icon density="hdpi" src="www/img/android/hdpi.png" />
<icon density="mdpi" src="www/img/android/mdpi.png" />
<icon density="xhdpi" src="www/img/android/xhdpi.png" />
Expand Down
Loading

0 comments on commit ac8acbf

Please sign in to comment.