Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
Bump version to v0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dluvian committed Feb 23, 2024
1 parent 71d1b47 commit d92adf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.dluvian.nozzle"
minSdk 23
targetSdk 34
versionCode 56
versionName "v0.17.2"
versionCode 57
versionName "v0.17.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -73,9 +73,6 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.security:security-crypto-ktx:1.1.0-alpha06'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name" translatable="false">Nozzle</string>
<string name="nozzle_version" translatable="false">v0.17.2</string>
<string name="nozzle_version" translatable="false">v0.17.3</string>
<string name="profile">Profile</string>
<string name="feed">Feed</string>
<string name="search">Search</string>
Expand Down

0 comments on commit d92adf4

Please sign in to comment.