project: bump dependencies

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2019-02-17 04:14:11 +01:00
parent efe04d6602
commit 050e202291
4 changed files with 6 additions and 6 deletions

View File

@ -70,7 +70,7 @@ ext {
annotationsVersion = '1.0.1' annotationsVersion = '1.0.1'
appcompatVersion = '1.0.2' appcompatVersion = '1.0.2'
cardviewVersion = '1.0.0' cardviewVersion = '1.0.0'
databindingVersion = '3.1.3' databindingVersion = '3.3.1'
materialComponentsVersion = '1.0.0' materialComponentsVersion = '1.0.0'
jsr305Version = '3.0.2' jsr305Version = '3.0.2'
preferenceVersion = '1.0.0' preferenceVersion = '1.0.0'

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<com.wireguard.android.preference.VersionPreference android:icon="@mipmap/ic_launcher" /> <com.wireguard.android.preference.VersionPreference android:icon="@mipmap/ic_launcher" />
<CheckBoxPreference <CheckBoxPreference
android:defaultValue="false" android:defaultValue="false"
@ -15,4 +15,4 @@
android:summaryOff="@string/dark_theme_summary_off" android:summaryOff="@string/dark_theme_summary_off"
android:summaryOn="@string/dark_theme_summary_on" android:summaryOn="@string/dark_theme_summary_on"
android:title="@string/dark_theme_title" /> android:title="@string/dark_theme_title" />
</PreferenceScreen> </androidx.preference.PreferenceScreen>

View File

@ -7,7 +7,7 @@ allprojects {
buildscript { buildscript {
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.android.tools.build:gradle:3.3.1'
} }
repositories { repositories {
google() google()

View File

@ -1,6 +1,6 @@
#Mon Oct 01 15:59:48 CEST 2018 #Sun Feb 17 03:37:07 CET 2019
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip