diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 60b1dbd..d62832d 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/MaterialPreferenceLibrary.iml b/MaterialPreferenceLibrary.iml index 2ef1074..c58f24e 100644 --- a/MaterialPreferenceLibrary.iml +++ b/MaterialPreferenceLibrary.iml @@ -1,13 +1,5 @@ - - - - - - diff --git a/app/app.iml b/app/app.iml index d8fc8e5..5c94e1c 100644 --- a/app/app.iml +++ b/app/app.iml @@ -29,16 +29,16 @@ - + - + - + - + @@ -84,64 +84,54 @@ - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 4cf16af..0af7b4a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'androidx.appcompat:appcompat:1.0.0-alpha3' + implementation 'androidx.appcompat:appcompat:1.0.0-beta01' implementation project(':material_preferences_library') // compile 'com.github.AndroidDeveloperLB:MaterialPreferenceLibrary:7' diff --git a/build.gradle b/build.gradle index cbc2cbf..019b3b9 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { // https://bintray.com/android/android-tools/com.android.tools.build.gradle/view - classpath 'com.android.tools.build:gradle:3.2.0-beta01' + classpath 'com.android.tools.build:gradle:3.3.0-alpha02' // https://github.com/dcendents/android-maven-gradle-plugin // classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 42b7f23..ad34c65 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Jun 24 01:18:21 IDT 2018 +#Fri Jul 06 09:09:00 IDT 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip diff --git a/material_preferences_library/build.gradle b/material_preferences_library/build.gradle index 7e00a0c..29b2c10 100644 --- a/material_preferences_library/build.gradle +++ b/material_preferences_library/build.gradle @@ -24,5 +24,5 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'androidx.appcompat:appcompat:1.0.0-alpha3' + implementation 'androidx.appcompat:appcompat:1.0.0-beta01' } diff --git a/material_preferences_library/material_preferences_library.iml b/material_preferences_library/material_preferences_library.iml index 72d127d..a9012cf 100644 --- a/material_preferences_library/material_preferences_library.iml +++ b/material_preferences_library/material_preferences_library.iml @@ -30,16 +30,16 @@ - + - + - + - + @@ -86,57 +86,47 @@ - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file