summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/proguard.cfg3
-rw-r--r--app/src/main/AndroidManifest.xml4
2 files changed, 5 insertions, 2 deletions
diff --git a/app/proguard.cfg b/app/proguard.cfg
index ee9dace54..19ae36f36 100644
--- a/app/proguard.cfg
+++ b/app/proguard.cfg
@@ -102,3 +102,6 @@
**[] $VALUES;
public *;
}
+
+# for ViewPageIndicator problems (https://github.com/JakeWharton/ViewPagerIndicator/issues/366):
+-dontwarn com.viewpagerindicator.LinePageIndicator
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 7feef40fa..a6ff5ca22 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -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="1040202"
- android:versionName="1.4.2.2">
+ android:versionCode="1050001"
+ android:versionName="1.5.0.1">
<!--
Version code schema:
"1.2.3-SNAPSHOT" -> 1020300