Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Darkempire78 committed Jun 18, 2023
1 parent a3998cf commit 1092817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -7,10 +7,10 @@ android {
defaultConfig {
applicationId "com.darkempire78.opencalculator"
resConfigs 'ar', 'az', 'bn', 'bs', 'de', 'el', 'es', 'fa', 'fr', 'hi', 'hr', 'in', 'it', 'ja', 'mk', 'nb-rNO', 'pt-rBR', 'ru', 'tr', 'uk', 'vi', 'zh-rHK', 'zh-rTW'
minSdkVersion 21
minSdkVersion 24
targetSdkVersion 33
versionCode 39
versionName "3.0.0-beta1"
versionCode 40
versionName "3.0.0-beta2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

0 comments on commit 1092817

Please sign in to comment.