Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AndroidCSOfficial/android-code-studio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: AndroidStudio-App/android-code-studio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 1,502 files changed
  • 1 contributor

Commits on May 14, 2026

  1. fix build

    AndroidStudio-App committed May 14, 2026
    Configuration menu
    Copy the full SHA
    3801206 View commit details
    Browse the repository at this point in the history
  2. fix build

    AndroidStudio-App committed May 14, 2026
    Configuration menu
    Copy the full SHA
    1be9e53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6a1574 View commit details
    Browse the repository at this point in the history
  4. fix build

    AndroidStudio-App committed May 14, 2026
    Configuration menu
    Copy the full SHA
    af8040f View commit details
    Browse the repository at this point in the history
  5. fix build

    AndroidStudio-App committed May 14, 2026
    Configuration menu
    Copy the full SHA
    c13be64 View commit details
    Browse the repository at this point in the history
  6. fix build

    AndroidStudio-App committed May 14, 2026
    Configuration menu
    Copy the full SHA
    53e95a3 View commit details
    Browse the repository at this point in the history
  7. fix build

    AndroidStudio-App committed May 14, 2026
    Configuration menu
    Copy the full SHA
    f93c1cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    def707e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bfe76d3 View commit details
    Browse the repository at this point in the history
  10. Fix build after AGP 9.1.1 and Gradle 9.4.1

       upgrade
    
       - Upgrade Kotlin from 2.1.0 to 2.3.0 to match
       Gradle 9.4.1's embedded Kotlin
       - Upgrade KSP from 2.1.0-1.0.28 to 2.3.0
       - Upgrade kotlinx-serialization plugin from
       1.9.10 to 2.3.0
       - Upgrade kotlinx-serialization-json from 1.6.0
       to 1.8.1
       - Remove non-existent :desugaring-core from
       build-logic settings (already provided via
       includeBuild)
       - Enable R8 minification and shrinkResources for
        release builds
    AndroidStudio-App committed May 14, 2026
    Configuration menu
    Copy the full SHA
    dce6855 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. Migrate build system for AGP 9.1.1 and Gradle 9.4.1 compatibility

    - Replace deprecated kotlin-android plugin with org.jetbrains.kotlin.android across all modules
    - Migrate from BaseExtension to ApplicationExtension/LibraryExtension/CommonExtension for AGP 9.x API compatibility
    - Replace deprecated kapt() function with add("kapt", ...) syntax in all build.gradle.kts files
    - Rename google-auto-service to google-auto-service-processor in version catalog to fix annotation processor resolution
    - Update shadow plugin from com.github.johnrengelman.shadow 8.1.1 to com.gradleup.shadow 9.4.1 with proper configuration
    - Add android.builtInKotlin=false and android.newDsl=false to all composite build gradle.properties to disable AGP built-in Kotlin support
    - Remove deprecated DefaultWrapperVersionsResources and WrapperVersionsResources from GradleVersionResolver and IDEWrapperGenerator
    - Bump build-logic Kotlin JVM target from 11 to 17
    - Set android.aapt2FromMavenOverride and org.gradle.java.home in gradle.properties
    - Exclude kotlin-android-extensions-runtime from configurations
    - Fix SigningConfigPlugin to use plugins.withId() for proper plugin ordering
    AndroidStudio-App committed May 15, 2026
    Configuration menu
    Copy the full SHA
    cbb18cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e329a64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1898976 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86527b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bcf733 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2985506 View commit details
    Browse the repository at this point in the history
  7. Revert "implemneted lsp clang"

    This reverts commit 2985506.
    AndroidStudio-App committed May 15, 2026
    Configuration menu
    Copy the full SHA
    c3c330c View commit details
    Browse the repository at this point in the history
  8. Reapply "implemneted lsp clang"

    This reverts commit c3c330c.
    AndroidStudio-App committed May 15, 2026
    Configuration menu
    Copy the full SHA
    22e8dcc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ad52f17 View commit details
    Browse the repository at this point in the history
Loading