Skip to content

Commit

Permalink
Merge branch 'master' into fix/android-build
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielEliraz committed Sep 13, 2023
2 parents 95ef166 + c29bce6 commit 395b612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def safeExtGet(prop, fallback) {
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
}

def DEFAULT_COMPILE_SDK_VERSION = 30
def DEFAULT_COMPILE_SDK_VERSION = 33
def DEFAULT_MIN_SDK_VERSION = 21
def DEFAULT_KOTLIN_VERSION = "1.3.61"
def DEFAULT_KOTLIN_STDLIB_VERSION = "kotlin-stdlib-jdk8"
Expand Down
2 changes: 1 addition & 1 deletion lib/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
androidGradlePluginVersion = '4.0.0'
kotlinVersion = "1.3.61"
googleServices = "4.3.3"
androidSdkVersion = 31
androidSdkVersion = 33
}

repositories {
Expand Down

0 comments on commit 395b612

Please sign in to comment.