Skip to content

Commit e67a9f0

Browse files
committed
Update to 1.0.2
1 parent ee2c195 commit e67a9f0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ google-services.json
3131

3232
# Android Profiling
3333
*.hprof
34+
*.dm
35+
app/release/output-metadata.json

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "com.reveny.virtualinject"
1313
minSdk = 26
1414
targetSdk = 35
15-
versionCode = 1
16-
versionName = "1.0"
15+
versionCode = 102
16+
versionName = "1.0.2"
1717

1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
}

0 commit comments

Comments
 (0)