Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nhachicha committed Sep 14, 2024
1 parent 0ab8d69 commit d38cc2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 10.19.0-SNAPSHOT (2024-09-13)
## 10.19.0 (2024-09-13)

### Breaking Changes
* None.
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ KOTLIN_COROUTINES=1.6.0
# Common classpath dependencies
gradle=7.5
ndkVersion=23.1.7779620
BUILD_INFO_EXTRACTOR_GRADLE=4.17.0
BUILD_INFO_EXTRACTOR_GRADLE=4.23.4
GRADLE_NEXUS_PLUGIN=1.0.0
CMAKE=3.27.7

Expand Down
2 changes: 1 addition & 1 deletion realm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
classpath "com.android.tools.build:gradle:${projectDependencies.get('GRADLE_BUILD_TOOLS')}"
classpath 'de.undercouch:gradle-download-task:4.0.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.novoda:gradle-android-command-plugin:1.7.1'
classpath 'com.novoda:gradle-android-command-plugin:1.2.1'
classpath 'com.github.skhatri:gradle-s3-plugin:1.0.4'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.2'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:${projectDependencies.get('BUILD_INFO_EXTRACTOR_GRADLE')}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
}

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

0 comments on commit d38cc2b

Please sign in to comment.