Skip to content

Commit

Permalink
Bumped Android Version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicogig committed Sep 3, 2021
1 parent 6629240 commit c566492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WLED/WLED.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.1" package="com.nicolagigante.WLED" android:installLocation="auto" android:versionCode="9">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.1-beta1" package="com.nicolagigante.WLED" android:installLocation="auto" android:versionCode="10">
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="30" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down

0 comments on commit c566492

Please sign in to comment.