We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e5e151 + bdb3cab commit 350eeceCopy full SHA for 350eece
Parse/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
4
apply plugin: 'com.github.kt3k.coveralls'
5
6
group = 'com.parse'
7
-version = VERSION_NAME
+version = '1.10.4-SNAPSHOT'
8
9
buildscript {
10
repositories {
@@ -24,7 +24,7 @@ android {
24
minSdkVersion rootProject.ext.minSdkVersion
25
targetSdkVersion rootProject.ext.targetSdkVersion
26
versionCode 1
27
- versionName VERSION_NAME
+ versionName project.version
28
}
29
30
lintOptions {
gradle.properties
0 commit comments