We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d6ceb commit 4dd0fc1Copy full SHA for 4dd0fc1
.gitignore
@@ -43,3 +43,4 @@ google-services.json
43
44
# Android Profiling
45
*.hprof
46
+/app/release/
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "com.codedead.advancedpassgen"
11
minSdk 29
12
targetSdk 35
13
- versionCode 1
14
- versionName "1.0"
+ versionCode 2
+ versionName "1.0.1"
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
}
0 commit comments