tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

.config.yml (256B)


      1 # Maven group ID used for all components
      2 componentsGroupId: "org.mozilla.components"
      3 
      4 # Synchronized build configuration for all modules
      5 jvmTargetCompatibility: 17
      6 compileSdkMajorVersion: 36
      7 compileSdkMinorVersion: 1
      8 minSdkVersion: 26
      9 targetSdkVersion: 36