Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pia 3211 upgrade to androd gradle plugin 8 #333

Merged
merged 5 commits into from
Aug 4, 2023

Commits on Aug 4, 2023

  1. ci: Upgrade to AGP 8.1.0 and Gradle 8.0

    - Adopt non-transitive R class feature
    - Comment jacoco-android in build.gradle files for now
    - Add namespace to build.gradle files
    - Add buildFeatures block to build.gradle files
    - Add a task to use JavaVersion.VERSION_1_8 in build.gradle files
    
    PIA-3211
    abolfazlimahdi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    2d6b4cd View commit details
    Browse the repository at this point in the history
  2. ci: Fix Jacoco build issue

    PIA-3211
    abolfazlimahdi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    86afc0b View commit details
    Browse the repository at this point in the history
  3. ci: Add publishing block to android build.gradle block of libraries

    - Remove sourcesJar and javadocJar tasks from PublishToMavenPlugin
    - Add publishing block to every library and sdk (in android block)
    
    PIA-3211
    abolfazlimahdi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5abe27e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cac23e View commit details
    Browse the repository at this point in the history
  5. ci: Remove jacoco test coverage gradle tasks from github workflows

    - Removed gradle tasks because with AGP 8, jacoco tasks were not supported
    
    PIA-3211
    abolfazlimahdi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    cb59469 View commit details
    Browse the repository at this point in the history