Skip to content

Commit 09d02b3

Browse files
committed
Prepare for release 0.6.3
1 parent 9f5d2e7 commit 09d02b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clean-build-copy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ build() {
6565
echo "[INFO] Build [$1]"
6666
python $p4a clean_builds
6767
rm -rf $distFolder
68-
python -W ignore $p4a apk --private=$pythonApp --dist_name=$pythonAppDistName --package=$pythonAppPackageName --name=$pythonAppName --version=1 --ndk_dir=$ANDROID_NDK_HOME --ndk_version=r16b --requirements=android,pyopenssl,pycrypto,openssl --android_api=23 --arch=$1 --java-build-tool=gradle
68+
python -W ignore $p4a apk --private=$pythonApp --dist_name=$pythonAppDistName --package=$pythonAppPackageName --name=$pythonAppName --version=1 --ndk_dir=$ANDROID_NDK_HOME --ndk_version=r16b --requirements=android,pyopenssl,pycrypto,openssl --android_api=$ANDROIDAPI --arch=$1 --java-build-tool=gradle
6969
# if [ -z "$TRAVIS" ]
7070
# then
7171
# copy_libs

deploy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects {
1919

2020
group = 'org.redwid.android.youtube.dl'
2121
description = 'python'
22-
version = '0.6.2'
22+
version = '0.6.3'
2323

2424
publishing {
2525
publications {

0 commit comments

Comments
 (0)