Skip to content

Commit

Permalink
Updated version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hej2010 committed Aug 20, 2024
1 parent 701374c commit 4489cb5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "se.arctosoft.vault"
minSdk 28
targetSdk 34
versionCode 28
versionName "1.10.0"
versionCode 29
versionName "1.10.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.5.0' apply false
id 'com.android.library' version '8.5.0' apply false
id 'com.android.application' version '8.5.2' apply false
id 'com.android.library' version '8.5.2' apply false
id 'com.mikepenz.aboutlibraries.plugin' version '10.8.3' apply false
}

Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Encrypt text files
* Order files by date and size
* Filter files by file type
3 changes: 3 additions & 0 deletions fastlane/metadata/android/sv-SE/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Kryptera textfiler
* Ordna filer efter datum och storlek
* Filtrera filer efter filtyp

0 comments on commit 4489cb5

Please sign in to comment.