1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

update build tools, core, fragments, material components to latest stable version

This commit is contained in:
Christophe Beyls 2020-02-10 11:04:17 +01:00
parent afcc269eda
commit 4b4d140dff
2 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ cache:
android: android:
components: components:
- android-29 - android-29
- build-tools-29.0.2 - build-tools-29.0.3
script: script:
- ./gradlew clean assembleRelease - ./gradlew clean assembleRelease

View file

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 29 compileSdkVersion 29
buildToolsVersion "29.0.2" buildToolsVersion "29.0.3"
defaultConfig { defaultConfig {
applicationId "be.digitalia.fosdem" applicationId "be.digitalia.fosdem"
@ -33,10 +33,10 @@ dependencies {
def lifecycle_version = "2.2.0" def lifecycle_version = "2.2.0"
def room_version = "2.2.3" def room_version = "2.2.3"
implementation 'androidx.core:core:1.2.0-rc01' implementation 'androidx.core:core:1.2.0'
implementation 'androidx.fragment:fragment:1.2.0' implementation 'androidx.fragment:fragment:1.2.1'
implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0-rc02' implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.viewpager2:viewpager2:1.0.0' implementation 'androidx.viewpager2:viewpager2:1.0.0'