Skip to content

Commit 5b34785

Browse files
committed
1.11.0
1 parent 9442c2c commit 5b34785

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

README(E).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</div>
2121

2222
<div align="center">
23-
<img src="app/src/main/res/drawable/ic_launcher_simple_foreground.xml" width="120" height="120" alt="Operit Logo">
23+
<img src="app/src/main/assets/logo.svg" width="120" height="120" alt="Operit Logo">
2424
<h1>Operit AI - Your Intelligent Assistant</h1>
2525
<p>📱 <b>The first fully functional, standalone AI assistant for mobile devices with powerful tool-calling capabilities</b> 📱</p>
2626
</div>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</div>
2121

2222
<div align="center">
23-
<img src="app/src/main/res/drawable/ic_launcher_simple_foreground.xml" width="120" height="120" alt="Operit Logo">
23+
<img src="app/src/main/assets/logo.svg" width="120" height="120" alt="Operit Logo">
2424
<h1>Operit AI - 智能助手应用</h1>
2525
<p>📱 <b>移动端首个功能完备的AI智能助手应用,完全独立运行,拥有强大的工具调用能力</b> 📱</p>
2626
</div>

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ android {
5656
minSdk = 26
5757
targetSdk = 34
5858
versionCode = 42
59-
versionName = "1.10.1+15"
59+
versionName = "1.11.0"
6060

6161
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
6262
vectorDrawables {

app/src/main/assets/logo.svg

Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)