Skip to content

Commit d7408f0

Browse files
author
Alain Knaff
committed
Preparing first release (0.2)
1 parent 85d80fe commit d7408f0

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/android.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,5 @@ jobs:
6060
uses: softprops/action-gh-release@v1
6161
with:
6262
generate_release_notes: true
63-
prerelease: true
6463
files: |
6564
app/build/outputs/apk/release/SFTP-SAF*.apk

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ This app makes the android default file manager an SFTP client via SAF
2323

2424
## Installation
2525

26-
Once this is released, download and install the latest app from the [release section](https://github.com/AlainKnaff/Android-SFTP-Documents-Provider/releases)
26+
Download and install the latest app from the [release section](https://github.com/AlainKnaff/Android-SFTP-Documents-Provider/releases)
2727

28-
However, for now you need to compile it yourself:
28+
However, you may also compile it yourself:
2929

3030
./gradlew build
3131

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
// device old enough to test for real-world impact, I prefer to set
1515
// it to 23
1616
targetSdkVersion = 36
17-
versionCode = 1
17+
versionCode = 2
1818
versionName = "0.2"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}

0 commit comments

Comments
 (0)