Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #556 from matrix-org/giomfo/targetSDKVersion
Browse files Browse the repository at this point in the history
Update targetSdkVersion
  • Loading branch information
giomfo authored Sep 16, 2020
2 parents de2e734 + 025ab8c commit 38fc616
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ android:
- platform-tools

# The BuildTools version used by your project
- build-tools-28.0.3
- build-tools-29.0.3

# The SDK version used to compile your project
- android-28
- android-29

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Others:
-

Build:
-
- Update targetSdkVersion to Android 10 (API 29)

Test:
-
Expand Down
4 changes: 2 additions & 2 deletions matrix-sdk-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'

android {
compileSdkVersion 28
compileSdkVersion 29

defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions matrix-sdk-crypto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ buildscript {
}

android {
compileSdkVersion 28
compileSdkVersion 29

defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 29

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions matrix-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
}

android {
compileSdkVersion 28
compileSdkVersion 29

packagingOptions {
exclude 'LICENSE.txt'
Expand All @@ -26,7 +26,7 @@ android {

defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 29
versionCode 937
versionName "0.9.37-dev"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 38fc616

Please sign in to comment.