Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 30a952d

Browse files
committed
Tweak SDK version.
Play console requires 29 these days!
1 parent ee8c713 commit 30a952d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2121
android:versionCode="260" android:versionName="26"
2222
package="com.arantius.tivocommander"
2323
>
24-
<uses-sdk android:targetSdkVersion="26" android:minSdkVersion="21"></uses-sdk>
24+
<uses-sdk android:targetSdkVersion="29" android:minSdkVersion="21"></uses-sdk>
2525
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
2626
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"></uses-permission>
2727
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"></uses-permission>

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-27
11+
target=android-23
1212
android.library.reference.1=../DragSortListView

0 commit comments

Comments
 (0)