Skip to content

Commit

Permalink
Try AS 2023.3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
asodja committed Jan 27, 2024
1 parent 58e7bce commit 8349c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
groovy = "3.0.15"
spock = "2.1-groovy-3.0"
testAndroidStudioVersion = "2023.3.1.6"
testAndroidStudioVersion = "2023.3.1.7"
testAndroidSdkVersion = "7.3.0"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class GradleProfilerStartupActivity implements StartupActivity.DumbAware

@Override
public void runActivity(@NotNull Project project) {
LOG.info("Project opened");
LOG.info("Project opened, is initialized: " + project.isInitialized());
logModifiedRegistryEntries();
if (System.getProperty(PROFILER_PORT_PROPERTY) != null) {
// This solves the issue where Android Studio would run the Gradle sync automatically on the first import.
Expand Down

0 comments on commit 8349c49

Please sign in to comment.