Skip to content

Commit b7c4ff9

Browse files
committed
app: update dependencies
1 parent 7232206 commit b7c4ff9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android:
77
components:
88
- tools
99
- platform-tools
10-
- build-tools-28.0.3
11-
- android-28
10+
- build-tools-29.0.2
11+
- android-29
1212
- extra-android-support
1313
- extra-google-m2repository
1414
- extra-android-m2repository

app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ apply plugin: 'io.fabric'
44
def gitCommit = 'git rev-parse --short HEAD'.execute([], project.rootDir).text.trim()
55

66
android {
7-
compileSdkVersion 28
8-
buildToolsVersion "28.0.3"
7+
compileSdkVersion 29
8+
buildToolsVersion "29.0.2"
99
defaultConfig {
1010
applicationId "org.itxtech.daedalus"
1111
minSdkVersion 21
12-
targetSdkVersion 28
12+
targetSdkVersion 29
1313
versionCode 20
1414
versionName "1.14.1"
1515

@@ -52,12 +52,12 @@ configurations {
5252

5353
dependencies {
5454
//Support
55-
implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
55+
implementation 'androidx.appcompat:appcompat:1.1.0'
5656
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
5757
implementation 'androidx.percentlayout:percentlayout:1.0.0'
5858
implementation 'androidx.cardview:cardview:1.0.0'
59-
implementation 'com.google.android.material:material:1.1.0-alpha08'
60-
implementation 'androidx.recyclerview:recyclerview:1.1.0-beta01'
59+
implementation 'com.google.android.material:material:1.1.0-alpha10'
60+
implementation 'androidx.recyclerview:recyclerview:1.1.0-beta04'
6161
//DNS
6262
implementation 'org.pcap4j:pcap4j-core:1.7.6'
6363
implementation 'org.pcap4j:pcap4j-packetfactory-static:1.7.6'
@@ -66,7 +66,7 @@ dependencies {
6666
implementation 'com.squareup.okhttp3:okhttp:3.14.1'
6767

6868
//Analytics
69-
googleReleaseImplementation 'com.google.firebase:firebase-core:17.0.1'
69+
googleReleaseImplementation 'com.google.firebase:firebase-core:17.2.0'
7070
googleReleaseImplementation 'com.crashlytics.sdk.android:crashlytics:2.10.1'
7171
}
7272

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ buildscript {
99
}
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.4.2'
13-
classpath 'com.google.gms:google-services:4.3.0'
12+
classpath 'com.android.tools.build:gradle:3.5.0'
13+
classpath 'com.google.gms:google-services:4.3.2'
1414
classpath 'io.fabric.tools:gradle:1.28.1'
1515
}
1616
}

0 commit comments

Comments
 (0)