Skip to content

Commit 77e082a

Browse files
committed
New signing key, uploading it this time so I don't lose it.
Setting version to 1.6.1 and fixing obfuscator rules.
1 parent 0053f40 commit 77e082a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

releaseKeyStore.jks

2.03 KB
Binary file not shown.

wally/proguard-project.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#}
1818

1919
-keep class android.support.v7.widget.ShareActionProvider { *; }
20-
-keep public class * extends android.app,backup.BackupAgent
20+
#-keep public class * extends android.app,backup.BackupAgent
2121
-keep public class org.jsoup.**
2222
-dontwarn com.squareup.okhttp.**
2323
-dontwarn com.squareup.okio.**
@@ -43,6 +43,6 @@
4343
-keep public class android.support.v7.internal.widget.** { *; }
4444
-keep public class android.support.v7.internal.view.menu.** { *; }
4545

46-
-keep public class * extends android.support.v4.view.ActionProvider {
46+
-keep public class * extends androidx.core.view.ActionProvider {
4747
public <init>(android.content.Context);
4848
}

wally/version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# limitations under the License.
1515
#
1616

17-
code = 29
18-
name = 1.6.0
17+
code = 30
18+
name = 1.6.1
1919

2020
# Latest beta number for this version. Only applies to beta builds.
2121
betaNumber = Beta 0

0 commit comments

Comments
 (0)