Loading app/build.gradle +3 −3 Original line number Diff line number Diff line Loading @@ -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' Loading Loading @@ -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' } app/src/main/res/xml/network_security_config.xml +3 −2 Original line number Diff line number Diff line Loading @@ -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" /> Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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' } } Loading gradle/wrapper/gradle-wrapper.properties +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 Loading
app/build.gradle +3 −3 Original line number Diff line number Diff line Loading @@ -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' Loading Loading @@ -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' }
app/src/main/res/xml/network_security_config.xml +3 −2 Original line number Diff line number Diff line Loading @@ -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" /> Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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' } } Loading
gradle/wrapper/gradle-wrapper.properties +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