1.6.0.4 and fix crash caused by ProGuard
This commit is contained in:
parent
126c6fed51
commit
465f5eab6d
|
@ -105,3 +105,6 @@
|
|||
|
||||
# for ViewPageIndicator problems (https://github.com/JakeWharton/ViewPagerIndicator/issues/366):
|
||||
-dontwarn com.viewpagerindicator.LinePageIndicator
|
||||
|
||||
# for some reason ProGuard removes this file. Why? Unsure.
|
||||
-keep class de.danoeh.antennapod.core.cast.SwitchableMediaRouteActionProvider { *; }
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="de.danoeh.antennapod"
|
||||
android:versionCode="1060003"
|
||||
android:versionName="1.6.0.3">
|
||||
android:versionCode="1060004"
|
||||
android:versionName="1.6.0.4">
|
||||
<!--
|
||||
Version code schema:
|
||||
"1.2.3-SNAPSHOT" -> 1020300
|
||||
|
|
Loading…
Reference in New Issue