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

Commit 6b920f0

Browse files
committed
Remove gradle.properties
1 parent be65ff8 commit 6b920f0

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
buildscript {
99
repositories {
@@ -25,7 +25,7 @@ android {
2525
minSdkVersion 9
2626
targetSdkVersion 23
2727
versionCode 1
28-
versionName VERSION_NAME
28+
versionName project.version
2929
}
3030
}
3131

0 commit comments

Comments
 (0)