Skip to content

Commit ed0ce29

Browse files
committed
Renaming androidsensors module to match ArtifactId
1 parent 4260b14 commit ed0ce29

File tree

101 files changed

+4
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+4
-3
lines changed
File renamed without changes.

androidsensors/build.gradle android-sensors/build.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ apply plugin: 'com.jfrog.bintray'
33

44
def projectName = 'android-sensors'
55
group = 'com.ubikgs'
6-
version = '1.0.0-alpha1'
6+
def projectVersion = '1.0.0-alpha1'
7+
version = projectVersion
78

89
def repoName = 'AndroidSensors'
910
description = 'A collection of classes that facilitates the access to Android devices\' sensors'
@@ -147,7 +148,7 @@ bintray {
147148
version {
148149
desc = description
149150
released = new Date()
150-
vcsTag = 'v' + version
151+
vcsTag = projectUrl + '/releases/tag/v' + projectVersion
151152
}
152153
}
153154
}
File renamed without changes.

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':androidsensors'
1+
include ':app', ':android-sensors'

0 commit comments

Comments
 (0)