Skip to content

Commit 50646e3

Browse files
committed
Change initial release versionCode to 10
1 parent 4ed1302 commit 50646e3

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
applicationId "org.stypox.tridenta"
1414
minSdk 21
1515
targetSdk 33
16-
versionCode 1
16+
versionCode 10
1717
versionName "1.0"
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -117,4 +117,4 @@ dependencies {
117117
testImplementation 'org.json:json:20220320'
118118
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
119119
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
120-
}
120+
}

0 commit comments

Comments
 (0)