Skip to content

Commit

Permalink
Fix EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
solohsu committed Jun 21, 2019
1 parent ee2a3f5 commit 46073ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.4.5.0_alpha({build})'
version: '0.4.5.1_alpha({build})'

environment:
ANDROID_HOME: C:\android-sdk-windows
Expand Down
3 changes: 2 additions & 1 deletion edxp-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.gradle.internal.os.OperatingSystem
apply plugin: 'com.android.library'

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

if (System.env.APPVEYOR_BUILD_VERSION != null) {
Expand Down Expand Up @@ -167,6 +167,7 @@ afterEvaluate {
.replaceAll('%VERSION%', "$version")
.replaceAll('%VERSION_CODE%', "$versionCode")
.replaceAll('%BACKEND%', "$backendCapped") }
filter(FixCrLfFilter.class, eol: FixCrLfFilter.CrLf.newInstance("lf"))
}
copy {
from 'template_override/riru_module.prop'
Expand Down

0 comments on commit 46073ea

Please sign in to comment.