Merge branch 'master' into 'master'
Update Bankdroid to 1.9.9.0 Bankdroid is out of date in F-Droid. I'm not familiar with F-Droid development and have not tested my changes, but I've tried to bring Bankdroid up-to-date. See merge request !691
This commit is contained in:
commit
202d63b8da
|
@ -10,7 +10,7 @@ Description:
|
||||||
Checks your account balance at any of the major Swedish banks and can
|
Checks your account balance at any of the major Swedish banks and can
|
||||||
display notifications on changes. Includes a widget.
|
display notifications on changes. Includes a widget.
|
||||||
|
|
||||||
[https://github.com/liato/android-bankdroid/raw/HEAD/CHANGES.txt Changelog]
|
[https://github.com/liato/android-bankdroid/raw/HEAD/CHANGELOG Changelog]
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -199,6 +199,13 @@ Build:1.9.8.0,202
|
||||||
prebuild=sed -i -e '/fabric/d' -e '/repositories/amavenCentral()' -e '/proguardFiles/aext.enableCrashlytics = false' -e '/com.crashlytics.sdk.android:crashlytics/,+2d' build.gradle && \
|
prebuild=sed -i -e '/fabric/d' -e '/repositories/amavenCentral()' -e '/proguardFiles/aext.enableCrashlytics = false' -e '/com.crashlytics.sdk.android:crashlytics/,+2d' build.gradle && \
|
||||||
find . -type f -name \*.java -print0 | xargs -0 sed -i -e '/Crashlytics/d' -e '/Fabric/d'
|
find . -type f -name \*.java -print0 | xargs -0 sed -i -e '/Crashlytics/d' -e '/Fabric/d'
|
||||||
|
|
||||||
|
Build:1.9.9.0,210
|
||||||
|
commit=v1.9.9.0
|
||||||
|
subdir=app
|
||||||
|
gradle=yes
|
||||||
|
prebuild=sed -i -e '/fabric/d' -e '/repositories/amavenCentral()' -e '/proguardFiles/aext.enableCrashlytics = false' -e '/com.crashlytics.sdk.android:crashlytics/,+2d' build.gradle && \
|
||||||
|
find . -type f -name \*.java -print0 | xargs -0 sed -i -e '/Crashlytics/d' -e '/Fabric/d'
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Includes crashlytics now. See https://github.com/liato/android-bankdroid/issues/450 .
|
Includes crashlytics now. See https://github.com/liato/android-bankdroid/issues/450 .
|
||||||
.
|
.
|
||||||
|
@ -208,4 +215,3 @@ Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.9.9.0
|
Current Version:1.9.9.0
|
||||||
Current Version Code:210
|
Current Version Code:210
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue