Skip to content

Commit ebefd49

Browse files
Release v2.7
1 parent 6115499 commit ebefd49

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: 'massivemadness'
1010
*Please consider making a Pull Request if you are capable of doing so.*
1111

1212
**Library Version:**
13-
2.6
13+
2.7
1414

1515
**Affected Device(s):**
1616
Google Pixel 3 XL with Android 9.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Add this to your module’s `build.gradle` file:
5050
```gradle
5151
dependencies {
5252
...
53-
implementation 'com.fragula2:fragula-core:2.6'
53+
implementation 'com.fragula2:fragula-core:2.7'
5454
}
5555
```
5656

@@ -298,7 +298,7 @@ Add this to your module’s `build.gradle` file:
298298
```gradle
299299
dependencies {
300300
...
301-
implementation 'com.fragula2:fragula-compose:2.6'
301+
implementation 'com.fragula2:fragula-compose:2.7'
302302
}
303303
```
304304

buildSrc/src/main/kotlin/com/fragula2/gradle/Gradle.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ object Gradle {
1111

1212
object Maven {
1313

14-
const val libraryVersionName = "2.6"
15-
const val libraryVersionCode = 15
14+
const val libraryVersionName = "2.7"
15+
const val libraryVersionCode = 16
1616

1717
var libraryGroupId = ""
1818
var libraryArtifactId = ""

fragula-compose/api/fragula-compose.api

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ public final class com/fragula2/compose/SwipeBackNavigator$Destination : android
3232

3333
public final class com/fragula2/compose/SwipeBackNavigatorKt {
3434
public static final fun rememberFragulaNavController ([Landroidx/navigation/Navigator;Landroidx/compose/runtime/Composer;I)Landroidx/navigation/NavHostController;
35-
public static final fun rememberSwipeBackNavigator (Landroidx/compose/runtime/Composer;I)Lcom/fragula2/compose/SwipeBackNavigator;
3635
}
3736

0 commit comments

Comments
 (0)