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:
Boris Kraut 2014-11-08 10:42:41 +00:00
commit 2f25e1f642
2 changed files with 20 additions and 21 deletions

View file

@ -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 && \
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:
* INFO: replaced dashclock-api-r1.jar with dashclock-api:2.0.0

View file

@ -1,18 +1,8 @@
From 138239b76870e1297d205679a4ff26b6e16eb552 Mon Sep 17 00:00:00 2001
From: Jonas Kalderstam <jonas@kalderstam.se>
Date: Wed, 29 Oct 2014 15:34:42 +0100
Subject: [PATCH] Remove play configs for fdroid
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 {
diff --git c/app/build.gradle w/app/build.gradle
index 438147e..3258181 100644
--- c/app/build.gradle
+++ w/app/build.gradle
@@ -78,27 +78,6 @@ android {
productFlavors {
free {}
@ -40,7 +30,7 @@ index 94f54fe..7ca8a43 100644
}
if (project.hasProperty('STORE_FILE')) {
@@ -143,20 +122,6 @@ apt {
@@ -129,20 +108,6 @@ apt {
}
}
@ -61,7 +51,7 @@ index 94f54fe..7ca8a43 100644
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.android.support:support-v4:19.0.1+'
@@ -170,14 +135,4 @@ dependencies {
@@ -158,14 +123,4 @@ dependencies {
// annotations
apt "org.androidannotations:androidannotations:$AAVersion"
compile "org.androidannotations:androidannotations-api:$AAVersion"
@ -75,8 +65,6 @@ index 94f54fe..7ca8a43 100644
- // Tests
- androidTestCompile 'com.squareup.spoon:spoon-client:1.1.1+'
-
}
-}
+}
\ No newline at end of file
--
2.1.1