diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-09-05 00:18:06 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-09-05 00:18:06 +0000 |
commit | 7a3e22617bfe398b5f9a997005e1984609a9fcdd (patch) | |
tree | d34bc5a3ed2a56c53cd2a80bca9080827b944453 | |
parent | 8be2a9ae18398a7db5883869c27f31a63be1b50d (diff) | |
download | infinity-for-reddit-7a3e22617bfe398b5f9a997005e1984609a9fcdd.tar infinity-for-reddit-7a3e22617bfe398b5f9a997005e1984609a9fcdd.tar.gz infinity-for-reddit-7a3e22617bfe398b5f9a997005e1984609a9fcdd.tar.bz2 infinity-for-reddit-7a3e22617bfe398b5f9a997005e1984609a9fcdd.tar.lz infinity-for-reddit-7a3e22617bfe398b5f9a997005e1984609a9fcdd.tar.xz infinity-for-reddit-7a3e22617bfe398b5f9a997005e1984609a9fcdd.tar.zst infinity-for-reddit-7a3e22617bfe398b5f9a997005e1984609a9fcdd.zip |
Make generating release apk availalbe.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .idea/caches/build_file_checksums.ser | bin | 533 -> 533 bytes | |||
-rw-r--r-- | .idea/caches/gradle_models.ser | bin | 309732 -> 305910 bytes | |||
-rw-r--r-- | app/build.gradle | 1 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
5 files changed, 2 insertions, 2 deletions
@@ -7,3 +7,4 @@ /build /captures .externalNativeBuild +/app/release diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser Binary files differindex d2551b59..93788951 100644 --- a/.idea/caches/build_file_checksums.ser +++ b/.idea/caches/build_file_checksums.ser diff --git a/.idea/caches/gradle_models.ser b/.idea/caches/gradle_models.ser Binary files differindex 5191ed48..e6457aaf 100644 --- a/.idea/caches/gradle_models.ser +++ b/.idea/caches/gradle_models.ser diff --git a/app/build.gradle b/app/build.gradle index 05b8c29d..39a97ec9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,7 +52,6 @@ dependencies { // Room components implementation "androidx.room:room-runtime:$rootProject.roomVersion" annotationProcessor "androidx.room:room-compiler:$rootProject.roomVersion" - androidTestImplementation "androidx.room:room-testing:$rootProject.roomVersion" // Lifecycle components implementation "androidx.lifecycle:lifecycle-extensions:$rootProject.archLifecycleVersion" annotationProcessor "androidx.lifecycle:lifecycle-common-java8:$rootProject.archLifecycleVersion" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c94a8dad..15381952 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip +distributionUrl=https://services.gradle.org/distributions/gradle-5.4.1-all.zip |