summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/src/main/AndroidManifest.xml4
-rwxr-xr-xmakeRelease.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 430d3cc98..5e3751d96 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="1040102"
- android:versionName="1.4.1.2">
+ android:versionCode="1040103"
+ android:versionName="1.4.1.3">
<!--
Version code schema:
"1.2.3-SNAPSHOT" -> 1020300
diff --git a/makeRelease.sh b/makeRelease.sh
index c6ca354a6..cca75f7c2 100755
--- a/makeRelease.sh
+++ b/makeRelease.sh
@@ -5,7 +5,7 @@ VERSION_NAME=$1
# need to get rid of this so that it gets regenerated
# probably a way to solve this in Gradle too...
-rm app/src/main/assets/about.html
+rm -f app/src/main/assets/about.html
./gradlew clean assembleDebug assembleRelease
cp app/build/outputs/apk/app-debug.apk $DEST/AntennaPod_${VERSION_NAME}_debug.apk
cp app/build/outputs/apk/app-release.apk $DEST/AntennaPod_${VERSION_NAME}_release.apk