We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8fa153 commit 7bdf67cCopy full SHA for 7bdf67c
build.gradle
@@ -31,7 +31,7 @@ android {
31
//noinspection OldTargetApi
32
targetSdkVersion 29
33
versionCode 2
34
- versionName '1.1-DEVELOPMENT'
+ versionName '1.0.1'
35
36
def languages = [ 'en' ]
37
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
0 commit comments