Skip to content

Commit

Permalink
fdroid test 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed May 26, 2024
1 parent fce7efa commit eba5172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ local.properties
/app/free/
/app/irMarket/
/app/src/main/java/io/github/yamin8000/dooz/Previews.kt
/.kotlin/
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
applicationId = appId
minSdk = 24
targetSdk = 34
versionCode = 17
versionName = "1.0.17"
versionCode = 18
versionName = "1.0.18"
vectorDrawables.useSupportLibrary = true
base.archivesName = "$applicationId-v$versionCode($versionName)"
}
Expand Down

0 comments on commit eba5172

Please sign in to comment.