Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
iZakirSheikh authored Nov 29, 2024
1 parent 0355d42 commit eda111b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
applicationId = "com.googol.android.apps.photos"
minSdk = 24
targetSdk = 35
versionCode = 35
versionCode = 36
versionName = "0.2.4-dev"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -78,4 +78,4 @@ dependencies {
// local
implementation(project(":domain"))
implementation(project(":foundation"))
}
}

0 comments on commit eda111b

Please sign in to comment.