mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-14 20:06:07 +00:00
Fix build of root package
This commit is contained in:
@@ -5,14 +5,14 @@ apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion "21.1.1"
|
||||
buildToolsVersion "21.1.2"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 21
|
||||
|
||||
versionName "3.0.2"
|
||||
versionCode = 48
|
||||
versionName "3.0.3"
|
||||
versionCode = 49
|
||||
}
|
||||
|
||||
productFlavors {
|
||||
|
||||
Reference in New Issue
Block a user