diff --git a/metadata/me.zhanghai.android.files.yml b/metadata/me.zhanghai.android.files.yml index fc3cf15dda..8aa573f45a 100644 --- a/metadata/me.zhanghai.android.files.yml +++ b/metadata/me.zhanghai.android.files.yml @@ -180,7 +180,22 @@ Builds: prebuild: find -type f -exec sed -i '/\/\/#ifdef NONFREE/,/\/\/#endif/d' {} + ndk: r23b + - versionName: 1.4.2 + versionCode: 28 + commit: dd398ab9c2943b608f96cf23c85382d6d6f8c4a8 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + rm: + - app/src/main/java/me/zhanghai/android/files/nonfree + prebuild: find -type f -exec sed -i '/\/\/#ifdef NONFREE/,/\/\/#endif/d' {} + + ndk: r23b + AutoUpdateMode: Version v%v UpdateCheckMode: Tags ^v.+$ -CurrentVersion: 1.4.1 -CurrentVersionCode: 27 +CurrentVersion: 1.4.2 +CurrentVersionCode: 28