Use subdir in dashclock, remove basename
This commit is contained in:
parent
598fbdf52e
commit
c4bcf1d883
|
@ -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
|
||||
|
|
|
@ -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()
|
Loading…
Reference in a new issue