mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-18 18:42:46 +00:00
Target API 28
This commit is contained in:
parent
a7d85a7dd5
commit
b6f4d8ff1e
@ -1,11 +1,12 @@
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 27
|
buildToolsVersion '28.0.0'
|
||||||
|
compileSdkVersion 28
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 27
|
targetSdkVersion 28
|
||||||
|
|
||||||
versionName "5.8"
|
versionName "5.8"
|
||||||
versionCode = 162
|
versionCode = 162
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit f6055894545c57e94a1b5ea8fb159efcfd6850ba
|
Subproject commit 9f9096a537a8d3b17bc70f8b3e963c7a91eacc76
|
Loading…
x
Reference in New Issue
Block a user