Skip to content
Prev Previous commit
Next Next commit
Merge branch 'cm/upgrade-gradle' into cm/objectserver-advanced-example
# Conflicts:
#	realm/build.gradle
  • Loading branch information
cmelchior committed Feb 28, 2019
commit 124b025325d9f4e70b76365e878c62e3ee307428
2 changes: 1 addition & 1 deletion realm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ allprojects {
project.ext.set(key, val)
}
project.ext.minSdkVersion = 9
project.ext.compileSdkVersion = 27
project.ext.compileSdkVersion = 28
project.ext.buildToolsVersion = projectDependencies.get("ANDROID_BUILD_TOOLS")
group = 'io.realm'
version = file("${rootDir}/../version.txt").text.trim()
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.