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 |
|