Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 00d9dc0

Browse files
committed
Release 3.0.0-dev1
1 parent af02c41 commit 00d9dc0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
applicationId "com.fox2code.mmm"
1111
minSdk 21
1212
targetSdk 32
13-
versionCode 21
13+
versionCode 22
1414
versionName "3.0.0-dev1"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string-array name="theme_values_names">
4+
<item>Hệ thống</item>
5+
<item>Tối</item>
6+
<item>Sáng</item>
7+
</string-array>
8+
</resources>

0 commit comments

Comments
 (0)