Skip to content

Commit

Permalink
Revert baseline profiles due to reproducible build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthonyy232 committed Oct 14, 2024
1 parent 129e0c3 commit 4decb78
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 104,523 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
alias(libs.plugins.ksp)
alias(libs.plugins.aboutLibraries)
alias(libs.plugins.kotlinSerialization)
alias(libs.plugins.baselineProfile)
//alias(libs.plugins.baselineProfile)
}

ksp {
Expand Down Expand Up @@ -124,7 +124,7 @@ dependencies {
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)
androidTestImplementation(libs.androidx.ui.test.junit4)
"baselineProfile"(project(":baselineprofile"))
//"baselineProfile"(project(":baselineprofile"))
debugImplementation(libs.androidx.ui.tooling)
debugImplementation(libs.androidx.ui.test.manifest)
implementation(libs.hilt.android)
Expand Down
52,091 changes: 0 additions & 52,091 deletions app/src/release/generated/baselineProfiles/baseline-prof.txt

This file was deleted.

52,091 changes: 0 additions & 52,091 deletions app/src/release/generated/baselineProfiles/startup-prof.txt

This file was deleted.

1 change: 0 additions & 1 deletion baselineProfile/.gitignore

This file was deleted.

65 changes: 0 additions & 65 deletions baselineProfile/build.gradle.kts

This file was deleted.

1 change: 0 additions & 1 deletion baselineProfile/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
alias(libs.plugins.aboutLibraries) apply false
alias(libs.plugins.kotlinSerialization) apply false
alias(libs.plugins.androidTest) apply false
alias(libs.plugins.baselineProfile) apply false
//alias(libs.plugins.baselineProfile) apply false
}


Expand Down
Loading

0 comments on commit 4decb78

Please sign in to comment.