Skip to content

Commit

Permalink
To Don't v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PoopJournal committed Jan 6, 2025
1 parent 5571cd3 commit 78046ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,6 @@ lint/tmp/
# Android Profiling
*.hprof
*.dm

# Kotlin
.kotlin/sessions/
Empty file.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "rocks.poopjournal.todont"
minSdkVersion 26
targetSdkVersion 35
versionCode 401
versionName "4.0.1"
versionCode 400
versionName "4.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down

0 comments on commit 78046ee

Please sign in to comment.