Skip to content

Commit

Permalink
Added fastlane structure for F-Droid inclusion #PLAY_BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
mat committed Nov 7, 2019
1 parent 55b44be commit 8cfa9c9
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 4 deletions.
7 changes: 5 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ android {
applicationId "com.stealthcotper.networktools"
minSdkVersion minSdkVer
targetSdkVersion targetSdkVer
versionName "0.4.4"
versionCode 18

// When updating these, remember to update the vars in the root build.gradle
versionName "0.4.5"
versionCode 19

archivesBaseName = "AndroidNetworkTools"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ subprojects {
ext.supportLibVer = "27.1.1"

// When updating these, remember to update the vars in app/build.gradle (for FDroid comptability)
ext.appVersionName = "0.4.4"
ext.appVersionCode = 18
ext.appVersionName = "0.4.5"
ext.appVersionCode = 19
}
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Added fastlane structure for F-Droid inclusion
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-GB/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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.

It demonstrates the following features of the library:

• Pinging
• Port Scanning
• Finding devices on your network
• Wake-on-lan

The project is hosted on github. Bug reports, feature requests and contributions are all welcome:
https://github.com/stealthcopter/AndroidNetworkTools
Binary file added fastlane/metadata/android/en-GB/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the sample application from Android Network Tools open source library
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Network Tools Library

0 comments on commit 8cfa9c9

Please sign in to comment.