Skip to content

Commit

Permalink
Merge pull request #139 from maxistar/rollback_dependency
Browse files Browse the repository at this point in the history
Rollback dependency
  • Loading branch information
maxistar authored Nov 9, 2024
2 parents 2a00b66 + 6cf6e61 commit 479e8f0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.appcompat:appcompat:1.3.1'

implementation platform("org.jetbrains.kotlin:kotlin-bom:1.8.0")

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="46"
android:versionName="1.26.2" >
android:versionCode="47"
android:versionName="1.26.3" >

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/47.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- rolled back dependency update to fix problems with editing large files
1 change: 1 addition & 0 deletions fastlane/metadata/android/es-ES/changelogs/47.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Actualización de dependencia revertida para solucionar problemas con la edición de archivos grandes.
1 change: 1 addition & 0 deletions fastlane/metadata/android/pl-PL/changelogs/47.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- wycofano aktualizację zależności, aby naprawić problemy z edycją dużych plików
1 change: 1 addition & 0 deletions fastlane/metadata/android/ru-RU/changelogs/47.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- откатил обновление зависимостей чтобы исправить проблемы с редактированием больших файлов

0 comments on commit 479e8f0

Please sign in to comment.