Skip to content

Commit 7bdf67c

Browse files
author
NoahAndrews
committed
Set version to 1.0.1
1 parent c8fa153 commit 7bdf67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
//noinspection OldTargetApi
3232
targetSdkVersion 29
3333
versionCode 2
34-
versionName '1.1-DEVELOPMENT'
34+
versionName '1.0.1'
3535

3636
def languages = [ 'en' ]
3737
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'

0 commit comments

Comments
 (0)