Skip to content

Commit

Permalink
feat(build,scripts): correct case issue in android context/extension …
Browse files Browse the repository at this point in the history
…classes, update build scripts, correct version of dependencies

feat(ios): remove all minimum ios version flags to ensure no conflicts
  • Loading branch information
marchbold committed Jun 23, 2022
1 parent f5d47ca commit 5262a8a
Show file tree
Hide file tree
Showing 53 changed files with 34 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Close stale issues and PR'
on:
schedule:
- cron: '30 1 * * *'
- cron: '30 1 * * 2'

jobs:
stale:
Expand All @@ -11,7 +11,7 @@ jobs:
with:
stale-issue-label: 'stale'
exempt-issue-labels: 'enhancement'
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
days-before-stale: 60
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
###### 2022.06.23 [v2.2.2]

```
feat(build,scripts): correct case issue in android context/extension classes, update build scripts, correct version of dependencies
feat(ios): remove all minimum ios version flags to ensure no conflicts
```

###### 2022.03.15 [v2.2.1]

```
Expand Down
50 changes: 25 additions & 25 deletions lib/VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@

| Extension | Version | Android Lib | iOS Lib |
| --- | --- | --- | --- |
| com.bumptech.glide | 4.12.0 | 4.12.0 | |
| com.google.dagger | 2.27.0 | 2.27.0 | |
| com.google.android.datatransport | 3.0.0 | 3.0.0 | |
| com.google.code.gson | 2.8.6 | 2.8.6 | |
| com.google.guava | 31.0.1 | 31.0.1 | |
| com.google.android.material | 1.5.0 | 1.5.0 | |
| com.google.protobuflite | 3.17.2 | 3.17.2 | |
| io.grpc | 1.41.0 | 1.41.0 | |
| com.android.installreferrer | 1.0.0 | 1.0.0 | |
| com.jetbrains.kotlin | 1.4.32 | 1.4.32 | |
| io.reactivex | 2.0.2 | 2.0.2 | |
| androidx.appcompat | 1.4.1 | 1.4.1 | |
| androidx.browser | 1.3.0 | 1.3.0 | |
| androidx.cardview | 1.0.0 | 1.0.0 | |
| androidx.concurrent | 1.1.0 | 1.1.0 | |
| androidx.constraintlayout | 2.1.3 | 2.1.3 | |
| androidx.core | 1.6.1 | 1.6.0 | |
| androidx.emoji2 | 1.0.1 | 1.0.1 | |
| androidx.exifinterface | 1.3.3 | 1.3.3 | |
| androidx.multidex | 2.0.1 | 2.0.1 | |
| androidx.recyclerview | 1.2.1 | 1.2.1 | |
| androidx.room | 2.3.0 | 2.3.0 | |
| androidx.transition | 1.4.1 | 1.4.1 | |
| androidx.vectordrawable | 1.1.0 | 1.1.0 | |
| androidx.work | 2.7.0 | 2.7.0 | |
| com.bumptech.glide | 4.12.1 | 4.12.0 | |
| com.google.dagger | 2.27.1 | 2.27.0 | |
| com.google.android.datatransport | 3.0.1 | 3.0.0 | |
| com.google.code.gson | 2.8.601 | 2.8.6 | |
| com.google.guava | 31.0.101 | 31.0.1 | |
| com.google.android.material | 1.5.1 | 1.5.0 | |
| com.google.protobuflite | 3.17.201 | 3.17.2 | |
| io.grpc | 1.41.1 | 1.41.0 | |
| com.android.installreferrer | 1.0.1 | 1.0.0 | |
| com.jetbrains.kotlin | 1.4.321 | 1.4.32 | |
| io.reactivex | 2.0.201 | 2.0.2 | |
| androidx.appcompat | 1.4.101 | 1.4.1 | |
| androidx.browser | 1.3.1 | 1.3.0 | |
| androidx.cardview | 1.0.1 | 1.0.0 | |
| androidx.concurrent | 1.1.1 | 1.1.0 | |
| androidx.constraintlayout | 2.1.301 | 2.1.3 | |
| androidx.core | 1.6.2 | 1.6.0 | |
| androidx.emoji2 | 1.0.101 | 1.0.1 | |
| androidx.exifinterface | 1.3.301 | 1.3.3 | |
| androidx.multidex | 2.0.101 | 2.0.1 | |
| androidx.recyclerview | 1.2.101 | 1.2.1 | |
| androidx.room | 2.3.1 | 2.3.0 | |
| androidx.transition | 1.4.101 | 1.4.1 | |
| androidx.vectordrawable | 1.1.1 | 1.1.0 | |
| androidx.work | 2.7.1 | 2.7.0 | |
Binary file modified lib/androidx.appcompat.ane
Binary file not shown.
Binary file modified lib/androidx.browser.ane
Binary file not shown.
Binary file modified lib/androidx.cardview.ane
Binary file not shown.
Binary file modified lib/androidx.concurrent.ane
Binary file not shown.
Binary file modified lib/androidx.constraintlayout.ane
Binary file not shown.
Binary file modified lib/androidx.core.ane
Binary file not shown.
Binary file modified lib/androidx.emoji2.ane
Binary file not shown.
Binary file modified lib/androidx.exifinterface.ane
Binary file not shown.
Binary file modified lib/androidx.multidex.ane
Binary file not shown.
Binary file modified lib/androidx.recyclerview.ane
Binary file not shown.
Binary file modified lib/androidx.room.ane
Binary file not shown.
Binary file modified lib/androidx.transition.ane
Binary file not shown.
Binary file modified lib/androidx.vectordrawable.ane
Binary file not shown.
Binary file modified lib/androidx.work.ane
Binary file not shown.
Binary file modified lib/com.android.installreferrer.ane
Binary file not shown.
Binary file modified lib/com.bumptech.glide.ane
Binary file not shown.
Binary file modified lib/com.google.android.datatransport.ane
Binary file not shown.
Binary file modified lib/com.google.android.material.ane
Binary file not shown.
Binary file modified lib/com.google.code.gson.ane
Binary file not shown.
Binary file modified lib/com.google.dagger.ane
Binary file not shown.
Binary file modified lib/com.google.guava.ane
Binary file not shown.
Binary file modified lib/com.google.protobuflite.ane
Binary file not shown.
Binary file modified lib/com.jetbrains.kotlin.ane
Binary file not shown.
Binary file modified lib/io.grpc.ane
Binary file not shown.
Binary file modified lib/io.reactivex.ane
Binary file not shown.
Binary file modified lib/swc/androidx.appcompat.swc
Binary file not shown.
Binary file modified lib/swc/androidx.browser.swc
Binary file not shown.
Binary file modified lib/swc/androidx.cardview.swc
Binary file not shown.
Binary file modified lib/swc/androidx.concurrent.swc
Binary file not shown.
Binary file modified lib/swc/androidx.constraintlayout.swc
Binary file not shown.
Binary file modified lib/swc/androidx.core.swc
Binary file not shown.
Binary file modified lib/swc/androidx.emoji2.swc
Binary file not shown.
Binary file modified lib/swc/androidx.exifinterface.swc
Binary file not shown.
Binary file modified lib/swc/androidx.multidex.swc
Binary file not shown.
Binary file modified lib/swc/androidx.recyclerview.swc
Binary file not shown.
Binary file modified lib/swc/androidx.room.swc
Binary file not shown.
Binary file modified lib/swc/androidx.transition.swc
Binary file not shown.
Binary file modified lib/swc/androidx.vectordrawable.swc
Binary file not shown.
Binary file modified lib/swc/androidx.work.swc
Binary file not shown.
Binary file modified lib/swc/com.android.installreferrer.swc
Binary file not shown.
Binary file modified lib/swc/com.bumptech.glide.swc
Binary file not shown.
Binary file modified lib/swc/com.google.android.datatransport.swc
Binary file not shown.
Binary file modified lib/swc/com.google.android.material.swc
Binary file not shown.
Binary file modified lib/swc/com.google.code.gson.swc
Binary file not shown.
Binary file modified lib/swc/com.google.dagger.swc
Binary file not shown.
Binary file modified lib/swc/com.google.guava.swc
Binary file not shown.
Binary file modified lib/swc/com.google.protobuflite.swc
Binary file not shown.
Binary file modified lib/swc/com.jetbrains.kotlin.swc
Binary file not shown.
Binary file modified lib/swc/io.grpc.swc
Binary file not shown.
Binary file modified lib/swc/io.reactivex.swc
Binary file not shown.

0 comments on commit 5262a8a

Please sign in to comment.