From afc7f35983a03c793625bf3306b4cc954cce6ee1 Mon Sep 17 00:00:00 2001 From: hyb1996 <946994919@qq.com> Date: Sat, 26 Jan 2019 16:39:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=89=93=E5=8C=85?= =?UTF-8?q?=E6=97=B6=E6=A8=AA=E5=B1=8F=E5=87=BA=E9=94=99=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/caches/build_file_checksums.ser | Bin 733 -> 733 bytes .idea/dictionaries/Stardust.xml | 2 ++ app/build.gradle | 3 +++ app/src/main/AndroidManifest.xml | 4 +++- 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index bd586ccce86cf6cc0c81878b0c8071d8eaa310ac..751a6284b2ba7dd03f947350e83de9aaf34a5ac4 100644 GIT binary patch delta 36 scmcc1dY5&=43-W@R*{Kw$^{Iq&9)~@jEa%8J(010yTP2z%8a`h0so~9;Q#;t delta 36 ucmV+<0NelF1>FUZm;`autojs capturer dismissable + downvote fileprovider flowable imgproc @@ -16,6 +17,7 @@ storages tasker uncheck + upvote \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 469cf22f..a7085fde 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -99,6 +99,8 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) testImplementation 'junit:junit:4.12' + // Kotlin + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.1" // Android Annotations annotationProcessor "org.androidannotations:androidannotations:$AAVersion" implementation "org.androidannotations:androidannotations-api:$AAVersion" @@ -148,6 +150,7 @@ dependencies { implementation 'com.squareup.retrofit2:converter-gson:2.3.0' implementation 'com.squareup.retrofit2:converter-gson:2.3.0' implementation 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0' + implementation 'com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2' //Glide implementation('com.github.bumptech.glide:glide:4.8.0', { exclude group: 'com.android.support' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index fa798b90..2b708db8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -106,7 +106,9 @@ android:name=".ui.user.RegisterActivity_" android:windowSoftInputMode="adjustResize"/> - +