Skip to content

Commit 3623425

Browse files
Merge pull request #12 from hathibelagal-dev/experimental
manage versions
2 parents 00ed283 + ec4220e commit 3623425

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId = "io.github.hathibelagal.eidetic"
1111
minSdk = 26
1212
targetSdk = 34
13-
versionCode = 6
14-
versionName = "1.3.1"
13+
versionCode = 7
14+
versionName = "1.3.2"
1515

1616
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1717
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
- Several optimizations
2-
- Slightly better graphics
3-
- Improved sound control
1+
- Version bump
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Several optimizations
2+
- Slightly better graphics
3+
- Improved sound control

0 commit comments

Comments
 (0)