Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed Aug 31, 2024
1 parent 92da1d4 commit b29431d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.bepass.oblivion"
minSdk 21
targetSdk 34
versionCode 14
versionName "4"
versionCode 15
versionName "5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-fa/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string name="basedOnWarp">بر پایه وارپ</string>
<string name="aboutApp">درباره برنامه</string>
<string name="aboutAppDesc">"این برنامه با هدف دسترسی به اینترنت آزاد تهیه شده و هرگونه استفاده تجاری از آن مجاز نیست.\n\n\n اینترنت برای همه، یا هیچ‌کس! "</string>
<string name="appVersion">نسخه برنامه: 4</string>
<string name="appVersion">نسخه برنامه: 5</string>
<string name="logApp">لاگ برنامه</string>
<string name="means">یعنی "فراموشی، بی‌خیالی"</string>
<string name="dontForget">فراموش نکنید!</string>
Expand Down Expand Up @@ -91,4 +91,4 @@
<item>بریتانیا</item>
<item>ایالات متحده</item>
</string-array>
</resources>
</resources>
4 changes: 2 additions & 2 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string name="basedOnWarp">Основано на Warp</string>
<string name="aboutApp">О приложении</string>
<string name="aboutAppDesc">"Это приложение предназначено для свободного доступа к интернету, и любое коммерческое использование запрещено.\n\n\n Интернет для всех или ни для кого!"</string>
<string name="appVersion">Версия приложения: 4</string>
<string name="appVersion">Версия приложения: 5</string>
<string name="logApp">Журнал приложения</string>
<string name="means" formatted="true">Означает \"неведение, незнание\"</string>
<string name="dontForget">Не забудьте!</string>
Expand Down Expand Up @@ -91,4 +91,4 @@
<item>Великобритания</item>
<item>Соединенные Штаты</item>
</string-array>
</resources>
</resources>
4 changes: 2 additions & 2 deletions app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string name="basedOnWarp">Warp\'a Dayalı</string>
<string name="aboutApp">Uygulama Hakkında</string>
<string name="aboutAppDesc">"Bu uygulama internete özgürce erişim sağlamak için tasarlanmıştır ve ticari kullanımı yasaktır.\n\n\n İnternet herkes için ya da hiç kimse için!"</string>
<string name="appVersion">Uygulama Sürümü: 4</string>
<string name="appVersion">Uygulama Sürümü: 5</string>
<string name="logApp">Uygulama Günlüğü</string>
<string name="means" formatted="true">"bilgisizlik, cehalet" anlamına gelir</string>
<string name="dontForget">Unutma!</string>
Expand Down Expand Up @@ -91,4 +91,4 @@
<item>Birleşik Krallık</item>
<item>Amerika Birleşik Devletleri</item>
</string-array>
</resources>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string name="basedOnWarp">基于Warp</string>
<string name="aboutApp">关于应用</string>
<string name="aboutAppDesc">"此应用程序旨在自由访问互联网,任何商业用途均被禁止。\n\n\n 互联网为所有人,或者无人!"</string>
<string name="appVersion">应用版本:4</string>
<string name="appVersion">应用版本:5</string>
<string name="logApp">应用日志</string>
<string name="means" formatted="true">意思是“无意识,无知”</string>
<string name="dontForget">不要忘记!</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string name="basedOnWarp">Based on Warp</string>
<string name="aboutApp">About the App</string>
<string name="aboutAppDesc">"This application is designed to access the internet freely, and any commercial use of it is prohibited.\n\n\n Internet for all, or no one! "</string>
<string name="appVersion">App Version: 4</string>
<string name="appVersion">App Version: 5</string>
<string name="logApp">App Log</string>
<string name="means" formatted="true">Means \"unawareness, ignorance\"</string>
<string name="dontForget">Don\'t Forget!</string>
Expand Down

0 comments on commit b29431d

Please sign in to comment.