Merge branch 'nononsensenotes' into 'master'
Update NoNonsenseNotes to 5.5.3 Fixes some bugs in the app. Also updates the patch file to work with gradle updates. See merge request !344
This commit is contained in:
commit
2f25e1f642
|
|
@ -90,6 +90,17 @@ Build:5.5.1,55100
|
||||||
sed -i -e 's/gradle:0.14.0/gradle:0.12.0/g' build.gradle ../build.gradle && \
|
sed -i -e 's/gradle:0.14.0/gradle:0.12.0/g' build.gradle ../build.gradle && \
|
||||||
cp -fR $$Orgparser$$/src/main/java/org src/free/java/
|
cp -fR $$Orgparser$$/src/main/java/org src/free/java/
|
||||||
|
|
||||||
|
Build:5.5.3,55300
|
||||||
|
commit=5.5.3
|
||||||
|
subdir=app
|
||||||
|
patch=remove_play_configs.patch
|
||||||
|
gradle=free
|
||||||
|
srclibs=Orgparser@7ab685e517e2e00c94b11ca58626bba19cb9300a
|
||||||
|
rm=app/libs/*.jar
|
||||||
|
prebuild=rm -rf *.zip *.png *.7z *.psd src/play src/playBeta src/androidTest && \
|
||||||
|
sed -i -e 's/gradle:0.14.0/gradle:0.12.0/g' build.gradle ../build.gradle && \
|
||||||
|
cp -fR $$Orgparser$$/src/main/java/org src/free/java/
|
||||||
|
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
* INFO: replaced dashclock-api-r1.jar with dashclock-api:2.0.0
|
* INFO: replaced dashclock-api-r1.jar with dashclock-api:2.0.0
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,8 @@
|
||||||
From 138239b76870e1297d205679a4ff26b6e16eb552 Mon Sep 17 00:00:00 2001
|
diff --git c/app/build.gradle w/app/build.gradle
|
||||||
From: Jonas Kalderstam <jonas@kalderstam.se>
|
index 438147e..3258181 100644
|
||||||
Date: Wed, 29 Oct 2014 15:34:42 +0100
|
--- c/app/build.gradle
|
||||||
Subject: [PATCH] Remove play configs for fdroid
|
+++ w/app/build.gradle
|
||||||
|
@@ -78,27 +78,6 @@ android {
|
||||||
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
|
|
||||||
---
|
|
||||||
app/build.gradle | 45 ---------------------------------------------
|
|
||||||
1 file changed, 45 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/app/build.gradle b/app/build.gradle
|
|
||||||
index 94f54fe..7ca8a43 100644
|
|
||||||
--- a/app/build.gradle
|
|
||||||
+++ b/app/build.gradle
|
|
||||||
@@ -83,27 +83,6 @@ android {
|
|
||||||
|
|
||||||
productFlavors {
|
productFlavors {
|
||||||
free {}
|
free {}
|
||||||
|
|
@ -40,7 +30,7 @@ index 94f54fe..7ca8a43 100644
|
||||||
}
|
}
|
||||||
|
|
||||||
if (project.hasProperty('STORE_FILE')) {
|
if (project.hasProperty('STORE_FILE')) {
|
||||||
@@ -143,20 +122,6 @@ apt {
|
@@ -129,20 +108,6 @@ apt {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -61,7 +51,7 @@ index 94f54fe..7ca8a43 100644
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: '*.jar')
|
compile fileTree(dir: 'libs', include: '*.jar')
|
||||||
compile 'com.android.support:support-v4:19.0.1+'
|
compile 'com.android.support:support-v4:19.0.1+'
|
||||||
@@ -170,14 +135,4 @@ dependencies {
|
@@ -158,14 +123,4 @@ dependencies {
|
||||||
// annotations
|
// annotations
|
||||||
apt "org.androidannotations:androidannotations:$AAVersion"
|
apt "org.androidannotations:androidannotations:$AAVersion"
|
||||||
compile "org.androidannotations:androidannotations-api:$AAVersion"
|
compile "org.androidannotations:androidannotations-api:$AAVersion"
|
||||||
|
|
@ -75,8 +65,6 @@ index 94f54fe..7ca8a43 100644
|
||||||
- // Tests
|
- // Tests
|
||||||
- androidTestCompile 'com.squareup.spoon:spoon-client:1.1.1+'
|
- androidTestCompile 'com.squareup.spoon:spoon-client:1.1.1+'
|
||||||
-
|
-
|
||||||
}
|
-}
|
||||||
|
+}
|
||||||
\ No newline at end of file
|
\ No newline at end of file
|
||||||
--
|
|
||||||
2.1.1
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue