Commit 70b11ed9 authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Update build tools

parent 7cfb68da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ android:
  components:
    - tools
    - platform-tools
    - build-tools-29.0.2
    - build-tools-29.0.3
    - android-29
    - extra-android-m2repository
    - extra-google-m2repository
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ apply plugin: 'com.android.application'

android {
    compileSdkVersion 29
    buildToolsVersion '29.0.2'
    buildToolsVersion '29.0.3'

    defaultConfig {
        applicationId 'net.fabiszewski.ulogger'