Version raised

This commit is contained in:
hajdam
2024-09-02 12:54:35 +02:00
parent 0ce8b93db8
commit fee536a1c0
5 changed files with 9 additions and 8 deletions
+1 -2
View File
@@ -7,8 +7,7 @@
/.idea/caches/
.DS_Store
/build
/app/debug
/app/release
/app/build
/captures
.externalNativeBuild
*~
+3 -3
View File
@@ -1,7 +1,7 @@
BinEd - Binary/Hexadecimal Editor
=================================
BinEd - Binary/Hex Editor
=========================
Binary/hexadecimal viewer/editor for Android written in Java.
Binary/hex viewer/editor for Android written in Java.
Homepage: https://bined.exbin.org/android
+2 -2
View File
@@ -16,8 +16,8 @@ android {
applicationId "org.exbin.bined.editor.android"
minSdkVersion 27
targetSdkVersion 34
versionCode 3
versionName "0.2.0"
versionCode 4
versionName "0.2.1-SNAPSHOT"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
signingConfig signingConfigs.release
}
+1 -1
View File
@@ -41,7 +41,7 @@
<string name="action_exit">Exit</string>
<string name="exampleString">Test</string>
<string name="app_about">Name: BinEd - Binary/Hex Editor\nVersion: 0.2.0\nVendor: <a href="https://exbin.org">ExBin Project</a>\nLicense: <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>\nHomepage: <a href="https://bined.exbin.org/android">https://bined.exbin.org/android</a></string>
<string name="app_about">Name: BinEd - Binary/Hex Editor\nVersion: 0.2.1 SNAPSHOT\nVendor: <a href="https://exbin.org">ExBin Project</a>\nLicense: <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>\nHomepage: <a href="https://bined.exbin.org/android">https://bined.exbin.org/android</a></string>
<string name="bined_logo_description">BinEd Logo</string>
<string name="pref_header_appearance">Appearance</string>
<string name="title_activity_settings2">SettingsActivity2</string>
+2
View File
@@ -1,2 +1,4 @@
0.2.1
0.2.0 (2024-09-01)
- First release