main branch updated

This commit is contained in:
Fr4nz D13trich 2025-11-20 16:16:40 +01:00
parent 3d33d3fe49
commit 9a05dc1657
353 changed files with 16802 additions and 2995 deletions

View file

@ -210,7 +210,7 @@ end
desc "compute version"
private_lane :androidVersion do
File.open("../app/build.gradle","r") do |f|
File.open("../app/build.gradle.kts","r") do |f|
text = f.read
# everything between Document and Authors