[tor-commits] [tor-browser-build/master] Bug 40291: Correctly print the fenix minSdkVersion

sysrqb at torproject.org sysrqb at torproject.org
Fri Apr 30 16:41:09 UTC 2021


commit 140a3aa26aead876fa7db60ea723ba99d45bfcfe
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Wed Apr 28 10:52:11 2021 +0200

    Bug 40291: Correctly print the fenix minSdkVersion
---
 projects/fenix/list_toolchain_updates_checks | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/fenix/list_toolchain_updates_checks b/projects/fenix/list_toolchain_updates_checks
index 43dd1b4..1b8e02c 100644
--- a/projects/fenix/list_toolchain_updates_checks
+++ b/projects/fenix/list_toolchain_updates_checks
@@ -45,7 +45,7 @@ if (m/const\\s+val\\s+minSdkVersion\\s+=\\s+([^"]+)/) {
 EOF
 needed=$(cat buildSrc/src/main/java/Config.kt | perl -ne "$p")
 current=21
-check_update_needed compileSdkVersion "$needed" "$current"
+check_update_needed minSdkVersion "$needed" "$current"
 
 
 # gradle





More information about the tor-commits mailing list