Fix EOL
This commit is contained in:
parent
ee2a3f5d02
commit
46073ea70a
|
|
@ -1,4 +1,4 @@
|
||||||
version: '0.4.5.0_alpha({build})'
|
version: '0.4.5.1_alpha({build})'
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
ANDROID_HOME: C:\android-sdk-windows
|
ANDROID_HOME: C:\android-sdk-windows
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import org.gradle.internal.os.OperatingSystem
|
||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
|
|
||||||
// Values set here will be overriden by AppVeyor, feel free to modify during development.
|
// Values set here will be overriden by AppVeyor, feel free to modify during development.
|
||||||
def buildVersionName = 'v0.4.5.0_alpha'
|
def buildVersionName = 'v0.4.5.1_alpha'
|
||||||
def buildVersionCode = 10000
|
def buildVersionCode = 10000
|
||||||
|
|
||||||
if (System.env.APPVEYOR_BUILD_VERSION != null) {
|
if (System.env.APPVEYOR_BUILD_VERSION != null) {
|
||||||
|
|
@ -167,6 +167,7 @@ afterEvaluate {
|
||||||
.replaceAll('%VERSION%', "$version")
|
.replaceAll('%VERSION%', "$version")
|
||||||
.replaceAll('%VERSION_CODE%', "$versionCode")
|
.replaceAll('%VERSION_CODE%', "$versionCode")
|
||||||
.replaceAll('%BACKEND%', "$backendCapped") }
|
.replaceAll('%BACKEND%', "$backendCapped") }
|
||||||
|
filter(FixCrLfFilter.class, eol: FixCrLfFilter.CrLf.newInstance("lf"))
|
||||||
}
|
}
|
||||||
copy {
|
copy {
|
||||||
from 'template_override/riru_module.prop'
|
from 'template_override/riru_module.prop'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue