@@ -4,12 +4,12 @@ apply plugin: 'io.fabric'
44def gitCommit = ' git rev-parse --short HEAD' . execute([], project. rootDir). text. trim()
55
66android {
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
5353dependencies {
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
0 commit comments