Skip to content

Commit fd6def6

Browse files
committed
Version 0.1b
1 parent 4b100ad commit fd6def6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
/captures
88
.externalNativeBuild
99
.cxx
10+
app/release/*
11+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
This is an unofficial reimplementation of Linux Mint's file sharing tool [Warpinator](https://github.com/linuxmint/warpinator) for Android.
44

5-
Implementation of the protocol is mostly complete (although sometimes buggy) but the UI still needs some work.
5+
## Download
6+
Get the APK from the "Releases" page
67

78
## Building
89

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdkVersion 21 //Required by NSD (attributes)
1111
targetSdkVersion 29
1212
versionCode 100
13-
versionName "1.0"
13+
versionName "0.1b"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}

0 commit comments

Comments
 (0)