Add FTP server

This commit is contained in:
Astatin3
2024-10-06 16:06:43 -06:00
parent 03a1507ce2
commit fb0718c4ec
9 changed files with 176 additions and 151 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ android {
applicationId = "com.ridgebotics.ridgescout"
minSdk = 24
targetSdk = 34
versionCode = 4
versionName = "0.4"
versionCode = 5
versionName = "0.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}