Skip to content

Commit 0695eb2

Browse files
committed
app: v1.1.3 translations: Indonesian, Thai
1 parent 6f161a4 commit 0695eb2

File tree

6 files changed

+30
-5
lines changed

6 files changed

+30
-5
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ android {
1010
applicationId "de.dlyt.yanndroid.dualwallpaper"
1111
minSdk 26
1212
targetSdk 32
13-
versionCode 4
14-
versionName "1.1.2"
13+
versionCode 5
14+
versionName "1.1.3"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818

1919
buildTypes {
2020
release {
21-
minifyEnabled false
21+
minifyEnabled true
2222
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2323
}
2424
}

app/release/app-release.aab

-1.9 MB
Binary file not shown.

app/release/app-release.apk

-2.21 MB
Binary file not shown.

app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 4,
15-
"versionName": "1.1.2",
14+
"versionCode": 5,
15+
"versionName": "1.1.3",
1616
"outputFile": "app-release.apk"
1717
}
1818
],
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<!-- You can use "DualWallpaper" here. -->
4+
<string name="app_name">"DualWallpaper"</string>
5+
<string name="select">"เลือก"</string>
6+
<string name="lock_screen">"หน้าจอล็อก"</string>
7+
<string name="home_screen">"หน้าจอหลัก"</string>
8+
<string name="light">"สว่าง"</string>
9+
<string name="dark">"มืด"</string>
10+
<string name="use_current">"ใช้วอลเปเปอร์ปัจจุบัน"</string>
11+
<string name="pick_new">"เลือกรูปใหม่"</string>
12+
<string name="delete">"ลบ"</string>
13+
<string name="wallpaper_not_supported">"วอลเปเปอร์ปัจจุบันไม่สามารถใช้งานได้"</string>
14+
<string name="function_mode">"รูปแบบวอลเปเปอร์"</string>
15+
<string name="off">"ปิด"</string>
16+
<string name="wallpaper_service">"วอลเปเปอร์ปกติ"</string>
17+
<string name="live_wallpaper">"วอลเปเปอร์ภาพเคลื่อนไหว"</string>
18+
<string name="noti_desc">"แตะที่นี่เพื่อซ่อนการแจ้งเตือน"</string>
19+
<string name="wallpaper_and_style">"วอลเปเปอร์และสไตล์"</string>
20+
<string name="service_notification">"หมวดหมู่การแจ้งเตือน"</string>
21+
<string name="set_wallpaper_as">"ตั้งวอลเปเปอร์ที่"</string>
22+
<string name="translations">"แปลภาษา"</string>
23+
<string name="donate">"โดเนท"</string>
24+
<string name="source_code">"รหัสแหล่งที่มา"</string>
25+
</resources>

0 commit comments

Comments
 (0)