Use subdir in dashclock, remove basename

This commit is contained in:
Daniel Martí 2014-01-26 17:14:16 +01:00
parent 598fbdf52e
commit c4bcf1d883
2 changed files with 4 additions and 15 deletions

View file

@ -42,9 +42,11 @@ $PWD/main/src/main/aidl;$PWD/api/src/main/aidl" >> main/src/main/ant.properties
Build:1.6,30
commit=v1.6
subdir=main
gradle=yes
patch=code_30.patch;disable_gplay.diff;basename.patch
prebuild=echo "sdk.dir=$ANDROID_HOME" > local.properties && ln -s main/build
patch=code_30.patch;disable_gplay.diff
prebuild=echo "sdk.dir=$ANDROID_HOME" > ../local.properties && \
sed -i '/^project\.archivesBaseName/d' build.gradle
Auto Update Mode:Version %v
Update Check Mode:Tags

View file

@ -1,13 +0,0 @@
diff --git a/main/build.gradle b/main/build.gradle
index 14b8eb7..c7acb15 100644
--- a/main/build.gradle
+++ b/main/build.gradle
@@ -25,7 +25,7 @@ buildscript {
apply plugin: 'android'
-project.archivesBaseName = "dashclock"
+project.archivesBaseName = "DashClock"
repositories {
mavenCentral()