Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ab9b89

Browse files
authored
chore: update to sdk version 29 (firebase#148)
2 parents d654a0a + bb60f9f commit 9ab9b89

File tree

22 files changed

+44
-42
lines changed

22 files changed

+44
-42
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ cache:
1111
- $HOME/.android/build-cache
1212
before_install:
1313
- yes | sdkmanager "platforms;android-28"
14+
- yes | sdkmanager "platforms;android-29"
1415
- mkdir "$ANDROID_HOME/licenses" || true
1516
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
1617
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd\n504667f4c0de7af1a06de9f4b1727b84351f2910" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
1718
android:
1819
components:
1920
- tools
2021
- build-tools-28.0.3
22+
- build-tools-29.0.0
2123
- tools
2224
licenses:
2325
- android-sdk-preview-license-.+

admob/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 29
77

88
defaultConfig {
99
applicationId "com.google.firebase.example.admob"
1010
minSdkVersion 16
11-
targetSdkVersion 28
11+
targetSdkVersion 29
1212
versionCode 1
1313
versionName "1.0"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

appindexing/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 29
77

88
defaultConfig {
99
applicationId "com.google.firebase.example.appindexing"
1010
minSdkVersion 16
11-
targetSdkVersion 28
11+
targetSdkVersion 29
1212
versionCode 1
1313
versionName "1.0"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

auth/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 29
77

88
defaultConfig {
99
applicationId "com.google.firebase.quickstart.auth"
1010
minSdkVersion 16
11-
targetSdkVersion 28
11+
targetSdkVersion 29
1212
versionCode 1
1313
versionName "1.0"
1414
}

crash/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 29
77

88
defaultConfig {
99
applicationId "com.google.firebase.example.crash"
1010
minSdkVersion 16
11-
targetSdkVersion 28
11+
targetSdkVersion 29
1212
versionCode 1
1313
versionName "1.0"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

crashlytics/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 29
77

88
defaultConfig {
99
applicationId "com.google.firebase.example.crashlytics"
1010
minSdkVersion 16
11-
targetSdkVersion 28
11+
targetSdkVersion 29
1212
versionCode 1
1313
versionName "1.0"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

database/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 29
77

88
defaultConfig {
99
applicationId "com.google.firebase.referencecode.database"
1010
minSdkVersion 15
11-
targetSdkVersion 28
11+
targetSdkVersion 29
1212
versionCode 1
1313
versionName "1.0"
1414
}

dl-invites/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 29
77

88
defaultConfig {
99
applicationId "com.google.firebase.dynamicinvites"
1010
minSdkVersion 19
11-
targetSdkVersion 28
11+
targetSdkVersion 29
1212
versionCode 1
1313
versionName "1.0"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

dynamic-links/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 29
77

88
defaultConfig {
99
applicationId "com.google.firebase.quickstart.dynamiclinks"
1010
minSdkVersion 16
11-
targetSdkVersion 28
11+
targetSdkVersion 29
1212
versionCode 1
1313
versionName "1.0"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

firebaseoptions/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 29
77

88
defaultConfig {
99
applicationId "devrel.firebase.google.com.firebaseoptions"
1010
minSdkVersion 16
11-
targetSdkVersion 28
11+
targetSdkVersion 29
1212
versionCode 1
1313
versionName "1.0"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)