Skip to content

Commit 7643171

Browse files
committed
Update to version four (4)
Notable release notes: * Added actual app icon * Blocked cleartext traffic * Disabled RTL * Kotlin DSL for Gradle Signed-off-by: Arseniy Graur <[email protected]>
1 parent 2e3fb84 commit 7643171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535
applicationId = "net.ciphen.polyhoot"
3636
minSdk = 29
3737
targetSdk = 32
38-
versionCode = 3
39-
versionName = "three"
38+
versionCode = 4
39+
versionName = "four"
4040

4141
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4242
}

0 commit comments

Comments
 (0)