Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Android: Change target SDK version 28 -> 29
Signed-off-by: Yunusemre Şentürk <yunusemre@collabora.com>
Change-Id: Iad612e973ffb4a8851c6d0e657ff124a32b42828
  • Loading branch information
Yunusemre Şentürk authored and timar committed Nov 25, 2020
1 parent 19f9492 commit e20e65d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Expand Up @@ -4,13 +4,13 @@ apply plugin: 'com.android.application'
apply from: 'appSettings.gradle'

android {
compileSdkVersion 28
compileSdkVersion 29
buildDir = "${rootProject.getBuildDir()}/app"

defaultConfig {
// applicationId, versionCode and versionName are defined in appSettings.gradle
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
}

lintOptions {
Expand Down
4 changes: 2 additions & 2 deletions android/lib/build.gradle
Expand Up @@ -4,12 +4,12 @@ apply plugin: 'com.android.library'
apply from: 'libSettings.gradle'

android {
compileSdkVersion 28
compileSdkVersion 29
buildDir = "${rootProject.getBuildDir()}/lib"

defaultConfig {
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"
externalNativeBuild {
Expand Down

0 comments on commit e20e65d

Please sign in to comment.