Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion gradle.properties

This file was deleted.

4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.android.builder.core.BuilderConstants
apply plugin: 'com.android.library'

group = 'com.parse'
version = VERSION_NAME
version = '1.10.4-SNAPSHOT'

buildscript {
repositories {
Expand All @@ -23,7 +23,7 @@ android {
minSdkVersion 9
targetSdkVersion 23
versionCode 1
versionName VERSION_NAME
versionName project.version
}
}

Expand Down