Skip to content
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
2 changes: 2 additions & 0 deletions android/sdl_android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ android {
}
}

ext { VERSION_NAME = "$project.android.defaultConfig.versionName" }

dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
//api 'com.livio.taskmaster:taskmaster:0.6.0'
Expand Down
1 change: 0 additions & 1 deletion android/sdl_android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
GROUP=com.smartdevicelink
POM_ARTIFACT_ID=sdl_android
VERSION_NAME=5.3.0

POM_NAME=sdl_android
POM_PACKAGING=aar
Expand Down
1 change: 1 addition & 0 deletions javaEE/javaEE/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'java-library'

group 'com.smartdevicelink'
version new File(projectDir.path, ('/../../VERSION')).text.trim()
ext { VERSION_NAME = "$project.version" }

sourceCompatibility = 1.7

Expand Down
1 change: 0 additions & 1 deletion javaEE/javaEE/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
GROUP=com.smartdevicelink
POM_ARTIFACT_ID=sdl_java_ee
VERSION_NAME=5.3.0

POM_NAME=sdl_java_ee
POM_PACKAGING=jar
Expand Down
1 change: 1 addition & 0 deletions javaSE/javaSE/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'java-library'

group 'com.smartdevicelink'
version new File(projectDir.path, ('/../../VERSION')).text.trim()
ext { VERSION_NAME = "$project.version" }

sourceCompatibility = 1.7

Expand Down
1 change: 0 additions & 1 deletion javaSE/javaSE/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
GROUP=com.smartdevicelink
POM_ARTIFACT_ID=sdl_java_se
VERSION_NAME=5.3.0

POM_NAME=sdl_java_se
POM_PACKAGING=jar
Expand Down