1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-12-02 20:28:12 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Greg Alexander
f3e3fcda17 bump to version 27 2021-01-17 22:37:17 -05:00
Greg Alexander
e37a4bed87 Change target API to 29, and enable requestLegacyExternalStorage so that
phones running android 11 (and 10?) can access /sdcard without using
'scoped storage'.  NB - when google play forces us to use API 30 (later
this year?), will need to switch to new MANAGE_EXTERNA_STORAGE
permission.
2021-01-17 16:30:02 -05:00
Greg Alexander
0711c4d0ab Bump to version 26. 2020-12-29 10:37:06 -05:00
Greg Alexander
a67b8000cb Bump to version 25. 2020-12-29 00:39:02 -05:00
Greg Alexander
88455ed03d Move versionCode/versionName into build.gradle (instead of
AndroidManifest), because that's apparently how it should be done these
days.
2020-12-29 00:18:29 -05:00
Greg Alexander
abfff92c92 Bump to SDK 30, apparently without incident. 2020-12-29 00:00:05 -05:00
Greg Alexander
8952d008f2 TV-LM: add launcher target for android TV (leanback) 2019-09-21 14:55:44 -04:00
Greg Alexander
9b451c9b29 Define the channel for the notification, which requires using
NotificationCompat, which I decided to do using "AndroidX".
Anyways, this builds, but I don't know if it works.
2019-05-26 20:47:59 -04:00
Greg Alexander
993fe96b73 I let Android Studio upgrade the project to the newest version of Gradle
for Android or what have you, and these are the relevant changes I think.
They don't seem to help the problem I was having but newer is better, no?
2019-05-26 20:10:50 -04:00
Greg Alexander
7419f62d98 Update minSdkVersion to 16, because that's the oldest supported by the
NDK these days.
2019-05-25 22:31:09 -04:00
Greg Alexander
be43d90c70 Manually convert from ant to gradle, roughly.
NB - Play store currently requires targetSdkVersion>=26, but will soon
(August) require >=28.
2019-05-25 21:58:12 -04:00