Skip to content

Commit d38cc2b

Browse files
committed
Fixes
1 parent 0ab8d69 commit d38cc2b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 10.19.0-SNAPSHOT (2024-09-13)
1+
## 10.19.0 (2024-09-13)
22

33
### Breaking Changes
44
* None.

dependencies.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ KOTLIN_COROUTINES=1.6.0
2323
# Common classpath dependencies
2424
gradle=7.5
2525
ndkVersion=23.1.7779620
26-
BUILD_INFO_EXTRACTOR_GRADLE=4.17.0
26+
BUILD_INFO_EXTRACTOR_GRADLE=4.23.4
2727
GRADLE_NEXUS_PLUGIN=1.0.0
2828
CMAKE=3.27.7
2929

realm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
classpath "com.android.tools.build:gradle:${projectDependencies.get('GRADLE_BUILD_TOOLS')}"
1717
classpath 'de.undercouch:gradle-download-task:4.0.2'
1818
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
19-
classpath 'com.novoda:gradle-android-command-plugin:1.7.1'
19+
classpath 'com.novoda:gradle-android-command-plugin:1.2.1'
2020
classpath 'com.github.skhatri:gradle-s3-plugin:1.0.4'
2121
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.2'
2222
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:${projectDependencies.get('BUILD_INFO_EXTRACTOR_GRADLE')}"

realm/realm-library/proguard-rules-consumer-objectServer.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
}
3131

3232
-keep class io.realm.internal.objectstore.OsSubscriptionSet$StateChangeCallback {
33-
void onChange(byte state);
33+
*;
3434
}

0 commit comments

Comments
 (0)