Skip to content

Commit

Permalink
Release v2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
massivemadness committed Sep 9, 2023
1 parent af04ec9 commit 764eeee
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assignees: 'massivemadness'
*Please consider making a Pull Request if you are capable of doing so.*

**Library Version:**
2.9
2.10

**Affected Device(s):**
Google Pixel 3 XL with Android 9.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Add this to your module’s `build.gradle` file:
```gradle
dependencies {
...
implementation 'com.fragula2:fragula-core:2.9'
implementation 'com.fragula2:fragula-core:2.10'
}
```

Expand Down Expand Up @@ -298,7 +298,7 @@ Add this to your module’s `build.gradle` file:
```gradle
dependencies {
...
implementation 'com.fragula2:fragula-compose:2.9'
implementation 'com.fragula2:fragula-compose:2.10'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ object BuildConst {
const val COMPILE_SDK = 34

const val LIBRARY_MIN_SDK = 21
const val LIBRARY_COMPILE_SDK = 33
const val LIBRARY_COMPILE_SDK = 34
}
2 changes: 1 addition & 1 deletion fragula-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
publishModule {
libraryGroup = "com.fragula2"
libraryArtifact = "fragula-common"
libraryVersion = "2.9"
libraryVersion = "2.10"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion fragula-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
publishModule {
libraryGroup = "com.fragula2"
libraryArtifact = "fragula-compose"
libraryVersion = "2.9"
libraryVersion = "2.10"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion fragula-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
publishModule {
libraryGroup = "com.fragula2"
libraryArtifact = "fragula-core"
libraryVersion = "2.9"
libraryVersion = "2.10"
}

dependencies {
Expand Down

0 comments on commit 764eeee

Please sign in to comment.