Skip to content

Commit 8cfa9c9

Browse files
author
mat
committed
Added fastlane structure for F-Droid inclusion #PLAY_BETA
1 parent 55b44be commit 8cfa9c9

File tree

9 files changed

+21
-4
lines changed

9 files changed

+21
-4
lines changed

app/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ android {
3232
applicationId "com.stealthcotper.networktools"
3333
minSdkVersion minSdkVer
3434
targetSdkVersion targetSdkVer
35-
versionName "0.4.4"
36-
versionCode 18
35+
36+
// When updating these, remember to update the vars in the root build.gradle
37+
versionName "0.4.5"
38+
versionCode 19
39+
3740
archivesBaseName = "AndroidNetworkTools"
3841
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3942
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ subprojects {
3131
ext.supportLibVer = "27.1.1"
3232

3333
// When updating these, remember to update the vars in app/build.gradle (for FDroid comptability)
34-
ext.appVersionName = "0.4.4"
35-
ext.appVersionCode = 18
34+
ext.appVersionName = "0.4.5"
35+
ext.appVersionCode = 19
3636
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Added fastlane structure for F-Droid inclusion
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This is a sample application from the open source project Android Network Tools. If you are looking for a more complete network scanning tool, please see my other app Portdroid.
2+
3+
It demonstrates the following features of the library:
4+
5+
• Pinging
6+
• Port Scanning
7+
• Finding devices on your network
8+
• Wake-on-lan
9+
10+
The project is hosted on github. Bug reports, feature requests and contributions are all welcome:
11+
https://github.com/stealthcopter/AndroidNetworkTools
15.5 KB
Loading
Loading
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is the sample application from Android Network Tools open source library
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Network Tools Library

0 commit comments

Comments
 (0)