Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit aa008cd

Browse files
committed
Merge pull request #8 from ParsePlatform/wangmengyan.remove_gradle.properties_v3
Remove gradle.properties V3
2 parents b62cc28 + 335ba37 commit aa008cd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.android.builder.core.BuilderConstants
33
apply plugin: 'com.android.library'
44

55
group = 'com.parse'
6-
version = VERSION_NAME
6+
version = '1.10.4-SNAPSHOT'
77

88
android {
99
compileSdkVersion 23
@@ -13,7 +13,7 @@ android {
1313
minSdkVersion 9
1414
targetSdkVersion 23
1515
versionCode 1
16-
versionName VERSION_NAME
16+
versionName project.version
1717
}
1818
}
1919

0 commit comments

Comments
 (0)