Skip to content

Commit

Permalink
chore(app): 📱 update version; update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cworld1 committed Dec 15, 2023
1 parent 8290134 commit 9b2bb2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
/build
/release
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId = "com.cworld.notie"
minSdk = 24
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionCode = 35
versionName = "0.2.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 9b2bb2b

Please sign in to comment.