Update Bankdroid to 1.9.9.0
This commit is contained in:
parent
221f8d23e2
commit
e8735370cf
|
@ -10,7 +10,7 @@ Description:
|
|||
Checks your account balance at any of the major Swedish banks and can
|
||||
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
|
||||
|
@ -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 && \
|
||||
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:
|
||||
Includes crashlytics now. See https://github.com/liato/android-bankdroid/issues/450 .
|
||||
.
|
||||
|
@ -208,4 +215,3 @@ Auto Update Mode:None
|
|||
Update Check Mode:Tags
|
||||
Current Version:1.9.9.0
|
||||
Current Version Code:210
|
||||
|
||||
|
|
Loading…
Reference in a new issue