You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
12.`git commit -am "Prepare next development version."`
20
-
13. Create a PR with this commit and merge it.
21
-
14. Login to Sonatype to promote the artifacts https://central.sonatype.org/pages/releasing-the-deployment.html
12
+
7. Create a PR with this commit and merge it.
13
+
8. Update the top level `build.gradle` to the next SNAPSHOT version.
14
+
9.`git commit -am "Prepare next development version."`
15
+
10. Create a PR with this commit and merge it.
16
+
11. Login to Sonatype to promote the artifacts https://central.sonatype.org/pages/releasing-the-deployment.html
22
17
* This part is automated. If it fails in CI, follow the steps below.
23
18
* Click on Staging Repositories under Build Promotion
24
19
* Select all the Repositories that contain the content you want to release
25
20
* Click on Close and refresh until the Release button is active
26
21
* Click Release and submit
27
-
15. Update the sample module's `build.gradle` to point to the newly released version. (It may take ~2 hours for artifact to be available after release)
22
+
12. Update the sample module's `build.gradle` to point to the newly released version. (It may take ~2 hours for artifact to be available after release)
Copy file name to clipboardExpand all lines: multicast/api/android/multicast.api
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,3 @@
1
-
public final class org/mobilenativefoundation/store/multicast/BuildConfig {
2
-
public static final field BUILD_TYPE Ljava/lang/String;
3
-
public static final field DEBUG Z
4
-
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
5
-
public fun <init> ()V
6
-
}
7
-
8
1
public final class org/mobilenativefoundation/store/multicast5/Multicaster {
9
2
public fun <init> (Lkotlinx/coroutines/CoroutineScope;ILkotlinx/coroutines/flow/Flow;ZZLkotlin/jvm/functions/Function2;)V
10
3
public synthetic fun <init> (Lkotlinx/coroutines/CoroutineScope;ILkotlinx/coroutines/flow/Flow;ZZLkotlin/jvm/functions/Function2;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
Copy file name to clipboardExpand all lines: rx2/api/rx2.api
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,3 @@
1
-
public final class org/mobilenativefoundation/store/rx2/BuildConfig {
2
-
public static final field BUILD_TYPE Ljava/lang/String;
3
-
public static final field DEBUG Z
4
-
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
5
-
public fun <init> ()V
6
-
}
7
-
8
1
public final class org/mobilenativefoundation/store/rx2/RxFetcherKt {
9
2
public static final fun ofFlowable (Lorg/mobilenativefoundation/store/store5/Fetcher$Companion;Lkotlin/jvm/functions/Function1;)Lorg/mobilenativefoundation/store/store5/Fetcher;
10
3
public static final fun ofResultFlowable (Lorg/mobilenativefoundation/store/store5/Fetcher$Companion;Lkotlin/jvm/functions/Function1;)Lorg/mobilenativefoundation/store/store5/Fetcher;
Copy file name to clipboardExpand all lines: store/api/android/store.api
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,6 @@ public final class org/mobilenativefoundation/store/store5/Bookkeeper$DefaultImp
14
14
public static synthetic fun setLastFailedSync$default (Lorg/mobilenativefoundation/store/store5/Bookkeeper;Ljava/lang/Object;JLkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
15
15
}
16
16
17
-
public final class org/mobilenativefoundation/store/store5/BuildConfig {
18
-
public static final field BUILD_TYPE Ljava/lang/String;
19
-
public static final field DEBUG Z
20
-
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
21
-
public fun <init> ()V
22
-
}
23
-
24
17
public abstract interface class org/mobilenativefoundation/store/store5/Clear {
0 commit comments