We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2c195 commit e67a9f0Copy full SHA for e67a9f0
2 files changed
.gitignore
@@ -31,3 +31,5 @@ google-services.json
31
32
# Android Profiling
33
*.hprof
34
+*.dm
35
+app/release/output-metadata.json
app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
12
applicationId = "com.reveny.virtualinject"
13
minSdk = 26
14
targetSdk = 35
15
- versionCode = 1
16
- versionName = "1.0"
+ versionCode = 102
+ versionName = "1.0.2"
17
18
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
19
}
0 commit comments