Set android min sdk version and api version all to 28. That's all we need. Should fix reported crashes.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4418 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
| 	package="com.unprompted.tildefriends" | ||||
| 	versionCode="10" | ||||
| 	versionName="0.0.10-wip"> | ||||
| 	<uses-sdk android:minSdkVersion="26"/> | ||||
| 	<uses-sdk android:minSdkVersion="28"/> | ||||
| 	<uses-permission android:name="android.permission.INTERNET"/> | ||||
| 	<application android:label="Tilde Friends" android:usesCleartextTraffic="true" android:debuggable="true"> | ||||
| 		<meta-data android:name="android.max_aspect" android:value="2.1"/> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user