Skip to content

Commit 862b362

Browse files
committed
wip - bump version
1 parent 83ac961 commit 862b362

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

android/app/proguard-rules.pro

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@
66
-dontwarn dalvik.system.VMStack
77
-dontwarn java.lang.**
88
-dontwarn javax.naming.**
9-
-dontwarn sun.reflect.Reflection
9+
-dontwarn sun.reflect.Reflection
10+
11+
-dontwarn ch.qos.logback.classic.Level
12+
-dontwarn ch.qos.logback.classic.Logger
13+
-dontwarn ch.qos.logback.classic.LoggerContext
14+
-dontwarn ch.qos.logback.classic.spi.ILoggingEvent
15+
-dontwarn ch.qos.logback.classic.spi.LoggingEvent

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 2.5.0+58
18+
version: 2.6.0+59
1919

2020
environment:
2121
sdk: '>=3.9.0 <4.0.0'

0 commit comments

Comments
 (0)