Commit ac084930 authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Update build tools

parent a5c26e7c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ apply plugin: 'com.android.application'

android {
    compileSdkVersion 29
    buildToolsVersion '29.0.0'
    buildToolsVersion '29.0.2'

    defaultConfig {
        applicationId 'net.fabiszewski.ulogger'
@@ -45,7 +45,7 @@ android {

dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation 'androidx.appcompat:appcompat:1.1.0'
    implementation 'androidx.preference:preference:1.1.0'
    testImplementation 'junit:junit:4.12'
    implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
    implementation 'androidx.preference:preference:1.1.0-rc01'
}
+3 −2
Original line number Diff line number Diff line
@@ -8,8 +8,9 @@
  ~ See <http://www.gnu.org/licenses/>
  -->

<network-security-config>
    <base-config cleartextTrafficPermitted="true">
<network-security-config xmlns:tools="http://schemas.android.com/tools">
    <base-config cleartextTrafficPermitted="true"
        tools:ignore="InsecureBaseConfiguration">
        <trust-anchors>
            <certificates src="system" />
            <certificates src="user" />
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ buildscript {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.4.2'
        classpath 'com.android.tools.build:gradle:3.5.0'
    }
}

+2 −2
Original line number Diff line number Diff line
#Sat May 04 21:00:45 CEST 2019
#Mon Sep 16 09:29:20 CEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip