mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +00:00
Update version code and lint options for building releases with Gradle 2.0
This commit is contained in:
parent
92f5f1ac71
commit
aa3fc34646
@ -12,7 +12,7 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
versionName "4.5.3"
|
||||
versionCode = 86
|
||||
versionCode = 87
|
||||
}
|
||||
|
||||
productFlavors {
|
||||
@ -25,6 +25,10 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
|
Loading…
x
Reference in New Issue
Block a user