diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..3e04f63 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +Awesome-WanAndroid \ No newline at end of file diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 16aadfd..eefb3cb 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..96cc43e --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..e7bedf3 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 6560a98..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index cc51e58..8dfe93b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,16 +1,18 @@ + + + @@ -25,10 +27,26 @@ - + + + + + + 1.8 + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..35eb1dd 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 5d6a29c..7a908de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,14 +1,13 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' -apply plugin: 'com.jakewharton.butterknife' apply plugin: 'org.greenrobot.greendao' apply from: 'jacoco.gradle' android { compileSdkVersion rootProject.ext.android["compileSdkVersion"] - buildToolsVersion rootProject.ext.android["buildToolsVersion"] + buildToolsVersion '28.0.3' signingConfigs { // release { // storeFile file(RELEASE_STORE_FILE) diff --git a/build.gradle b/build.gradle index 8c887f2..42b8093 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. apply from: "config.gradle" buildscript { - ext.kotlin_version = '1.2.10' + ext.kotlin_version = '1.2.71' repositories { google() jcenter() @@ -9,8 +9,7 @@ buildscript { maven { url 'https://maven.google.com' } } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' - classpath 'com.jakewharton:butterknife-gradle-plugin:8.4.0' + classpath 'com.android.tools.build:gradle:3.2.1' classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2' classpath 'me.tatarka:gradle-retrolambda:3.2.5' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" diff --git a/config.gradle b/config.gradle index fcbfb10..ea013e8 100644 --- a/config.gradle +++ b/config.gradle @@ -64,8 +64,8 @@ ext { "dagger-android-support" : "com.google.dagger:dagger-android-support:${version["daggerVersion"]}", "dagger-android-processor" : "com.google.dagger:dagger-android-processor:${version["daggerVersion"]}", "javax_annotation" : "org.glassfish:javax.annotation:10.0-b28", - "butterknife" : "com.jakewharton:butterknife:${version["butterknifeVersion"]}", - "butterknife-compiler" : "com.jakewharton:butterknife-compiler:${version["butterknifeVersion"]}", + "butterknife" : "com.jakewharton:butterknife:8.8.1", + "butterknife-compiler" : "com.jakewharton:butterknife-compiler:8.8.1", //multidex "multidex" : "com.android.support:multidex:1.0.3", @@ -75,7 +75,7 @@ ext { "leakcanary-android-no-op" : "com.squareup.leakcanary:leakcanary-android-no-op:${version["leakcanaryVersion"]}", //kotlin - "kotlin-stdlib" : "org.jetbrains.kotlin:kotlin-stdlib:1.2.10", + "kotlin-stdlib" : "org.jetbrains.kotlin:kotlin-stdlib:1.2.71", //other "lottie" : "com.airbnb.android:lottie:2.3.0",