Skip to content

Commit 350eece

Browse files
committed
Merge pull request #195 from ParsePlatform/wangmengyan.remove_gradle.properties
Remove gradle.properties
2 parents 6e5e151 + bdb3cab commit 350eece

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Parse/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
44
apply plugin: 'com.github.kt3k.coveralls'
55

66
group = 'com.parse'
7-
version = VERSION_NAME
7+
version = '1.10.4-SNAPSHOT'
88

99
buildscript {
1010
repositories {
@@ -24,7 +24,7 @@ android {
2424
minSdkVersion rootProject.ext.minSdkVersion
2525
targetSdkVersion rootProject.ext.targetSdkVersion
2626
versionCode 1
27-
versionName VERSION_NAME
27+
versionName project.version
2828
}
2929

3030
lintOptions {

gradle.properties

-1
This file was deleted.

0 commit comments

Comments
 (0)