diff --git a/metadata/com.inspiredandroid.linuxcommandbibliotheca.yml b/metadata/com.inspiredandroid.linuxcommandbibliotheca.yml index 48b4c2fe8f..ebe3c3d03f 100644 --- a/metadata/com.inspiredandroid.linuxcommandbibliotheca.yml +++ b/metadata/com.inspiredandroid.linuxcommandbibliotheca.yml @@ -113,8 +113,20 @@ Builds: - yes prebuild: sed -i -e '/jetbrains.space/d' ../build.gradle.kts + - versionName: 3.2.1 + versionCode: 83 + commit: 80820fd3166051ce99039e2de54f1f32df3f168a + subdir: android + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + prebuild: sed -i -e '/jetbrains.space/d' ../build.gradle.kts + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: android/build.gradle.kts|versionCode\s=\s(\d+)|build.gradle.kts|version\s=\s"([\d.]+)" -CurrentVersion: 3.2.0 -CurrentVersionCode: 82 +CurrentVersion: 3.2.1 +CurrentVersionCode: 83