Skip to content
Snippets Groups Projects
Commit 01e6adf9 authored by Lennart Goedhart's avatar Lennart Goedhart
Browse files

Android Studio wants to ignore gradle.properties, so store release properties...

Android Studio wants to ignore gradle.properties, so store release properties in release.properties.
parent 50270644
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,7 @@ release {
buildTasks = ['build']
beforeReleaseBuild.dependsOn 'clean'
afterReleaseBuild.dependsOn 'signRelease', 'zipalignRelease'
versionPropertyFile = 'release.properties'
}
dependencies {
......
version=0.5.0-SNAPSHOT
version=0.5.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment