Version raised
This commit is contained in:
+1
-2
@@ -7,8 +7,7 @@
|
||||
/.idea/caches/
|
||||
.DS_Store
|
||||
/build
|
||||
/app/debug
|
||||
/app/release
|
||||
/app/build
|
||||
/captures
|
||||
.externalNativeBuild
|
||||
*~
|
||||
|
||||
@@ -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
@@ -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
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
0.2.1
|
||||
|
||||
0.2.0 (2024-09-01)
|
||||
- First release
|
||||
|
||||
Reference in New Issue
Block a user