mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 12:07:33 +00:00
46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
YAML
Categories:
|
||
- Internet
|
||
License: GPL-3.0-or-later
|
||
SourceCode: https://github.com/robinpaulson/SimpleRT/
|
||
IssueTracker: https://github.com/robinpaulson/SimpleRT/issues
|
||
|
||
AutoName: SimpleRT
|
||
Description: |-
|
||
Allows you to share your computer’s internet connection with your Android device
|
||
via a USB cable.
|
||
|
||
<i>Features:</i>
|
||
|
||
* Multi-tether. You can connect several android devices into one virtual network!
|
||
* DNS server specifying (custom or system one).
|
||
|
||
Development is still in progress, bugs and errors can occur.
|
||
|
||
RepoType: git
|
||
Repo: https://github.com/robinpaulson/SimpleRT.git
|
||
|
||
Builds:
|
||
- versionName: '1.0'
|
||
versionCode: 1
|
||
commit: ccaef47c5ffe1d0c5e91c05ad94416079d6f99b3
|
||
subdir: simple-rt-android/app
|
||
gradle:
|
||
- yes
|
||
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
|
||
= 'true'/" ../build.gradle
|
||
|
||
- versionName: 1.1.1
|
||
versionCode: 2
|
||
commit: 3f5deb052f4aa336372d3abf739eb1308086ec37
|
||
subdir: simple-rt-android/app
|
||
gradle:
|
||
- yes
|
||
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
|
||
= 'true'/" ../build.gradle
|
||
ndk: r14b
|
||
|
||
AutoUpdateMode: Version
|
||
UpdateCheckMode: Tags
|
||
UpdateCheckData: simple-rt-android/app/build.gradle|versionCode\s(\d+)||([\d.]+)
|
||
CurrentVersion: 1.1.1
|
||
CurrentVersionCode: 2
|