Skip to content

Commit

Permalink
Updating version for release in FDroid
Browse files Browse the repository at this point in the history
  • Loading branch information
BijoySingh committed Jan 7, 2019
1 parent 640771c commit c451cf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="app_name" translatable="false">Scarlet FDroid</string>
<string name="app_name" translatable="false">Scarlet Notes FD</string>
<string name="file_provider_name" translatable="false">com.maubis.scarlet.base.export.support.GenericFileProvider</string>

</resources>
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -5,8 +5,8 @@ buildscript {
ext.room_version = '1.0.0'
ext.android_support_version = '27.1.1'

ext.appconfig_version_code = 109
ext.appconfig_version = '6.6.1'
ext.appconfig_version_code = 110
ext.appconfig_version = '6.6.2'
ext.appconfig_min_os_version = 17
ext.appconfig_target_os_version = 27
ext.appconfig_build_tool_version = '27.0.3'
Expand Down

0 comments on commit c451cf1

Please sign in to comment.