Skip to content

Commit 4dd0fc1

Browse files
committed
feat: version bump for google....
1 parent f3d6ceb commit 4dd0fc1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ google-services.json
4343

4444
# Android Profiling
4545
*.hprof
46+
/app/release/

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.codedead.advancedpassgen"
1111
minSdk 29
1212
targetSdk 35
13-
versionCode 1
14-
versionName "1.0"
13+
versionCode 2
14+
versionName "1.0.1"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}

0 commit comments

Comments
 (0)