Skip to content

Commit bfca635

Browse files
committed
Update build.gradle.kts
1 parent 2fb7ec8 commit bfca635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId = "com.example.luteforandroidv2"
2525
minSdk = 26
2626
targetSdk = 33
27-
versionCode = 1106 // Using the patch number from strings.xml as versionCode
28-
versionName = "0.5.33" // Matching the version in strings.xml
27+
versionCode = 1109 // Using the patch number from strings.xml as versionCode
28+
versionName = "0.5.36" // Matching the version in strings.xml
2929

3030
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3131
}

0 commit comments

Comments
 (0)