summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle13
-rw-r--r--app/release/app-release.apkbin3995966 -> 0 bytes
-rw-r--r--app/src/main/AndroidManifest.xml1
-rw-r--r--app/src/main/ic_launcher-web.pngbin36235 -> 16541 bytes
4 files changed, 5 insertions, 9 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9666a547..50a9a67d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -4,14 +4,9 @@
*/
plugins {
id 'kotlin-android'
- id 'kotlin-kapt'
id 'kotlin-android-extensions'
}
-repositories {
- maven { url 'https://jitpack.io' }
-}
-
final def keystorePropertiesFile = rootProject.file 'keystore.properties'
final def gitHash = { ->
@@ -37,7 +32,7 @@ android {
}
defaultConfig {
- applicationId 'com.zeapo.pwdstore'
+ applicationId versions.packageName
}
lintOptions {
@@ -88,8 +83,10 @@ dependencies {
implementation deps.androidx.constraint_layout
implementation deps.androidx.documentfile
implementation deps.androidx.preference
- implementation (deps.androidx.recycler_view) {
- force = true
+ constraints {
+ implementation(deps.androidx.recycler_view) {
+ because 'versions above 1.0.0 have an accessibility related bug that causes crashes'
+ }
}
implementation deps.androidx.material
implementation deps.third_party.commons_io
diff --git a/app/release/app-release.apk b/app/release/app-release.apk
deleted file mode 100644
index 1b52df9a..00000000
--- a/app/release/app-release.apk
+++ /dev/null
Binary files differ
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 98b1b924..26fad727 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -19,7 +19,6 @@
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
- android:requestLegacyExternalStorage="true"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:ignore="GoogleAppIndexingWarning">
diff --git a/app/src/main/ic_launcher-web.png b/app/src/main/ic_launcher-web.png
index f61a368b..8c5539c4 100644
--- a/app/src/main/ic_launcher-web.png
+++ b/app/src/main/ic_launcher-web.png
Binary files differ