We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64565fd commit f2921c3Copy full SHA for f2921c3
1 file changed
app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
12
applicationId = "com.example.deeplviewer"
13
minSdk = 21
14
targetSdk = 36
15
- versionCode = 47
16
- versionName = "9.3"
+ versionCode = 48
+ versionName = "9.4"
17
18
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
19
testInstrumentationRunner = "com.karumi.shot.ShotTestRunner"
0 commit comments