Skip to content

Commit 9a504a4

Browse files
Clean up old automation.
1 parent 745b697 commit 9a504a4

8 files changed

Lines changed: 5 additions & 342 deletions

File tree

.github/workflows/test-snapshot.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/update_deps.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222

2323
- name: Update dependencies
2424
run: ./scripts/updateDeps.sh
25-
- name: Duplicate version configuration
26-
run: ./scripts/duplicate_version_config.sh
2725
- name: Create pull request
2826
id: cpr
2927
uses: peter-evans/create-pull-request@v7

JetLagged/gradle/libs.versions.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#####
2-
# This file is duplicated to individual samples from the global scripts/libs.versions.toml
3-
# Do not add a dependency to an individual sample, edit the global version instead.
4-
#####
51
[versions]
62
accompanist = "0.37.3"
73
android-material3 = "1.14.0-alpha01"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To update dependencies to their new stable versions, run:
8787
./scripts/updateDeps.sh
8888
```
8989

90-
To make any other manual updates to dependencies (ie add a new dependency or set an alpha version), update the `/scripts/libs.versions.toml` file with changes, and then run `duplicate_version_config.sh` to propogate the changes to all other samples. You can also update the `toml-updater-config.gradle` file with changes that need to propogate to each sample.
90+
Any other version updates need to be made individually.
9191

9292
## Obsolete Sample Projects
9393

scripts/duplicate_version_config.sh

Lines changed: 0 additions & 50 deletions
This file was deleted.

scripts/libs.versions.toml

Lines changed: 0 additions & 177 deletions
This file was deleted.

scripts/test_snapshot.sh

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)