Skip to content

Commit

Permalink
Change initial release versionCode to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Oct 27, 2022
1 parent 4ed1302 commit 50646e3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
applicationId "org.stypox.tridenta"
minSdk 21
targetSdk 33
versionCode 1
versionCode 10
versionName "1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -117,4 +117,4 @@ dependencies {
testImplementation 'org.json:json:20220320'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
}

0 comments on commit 50646e3

Please sign in to comment.