feat: add local web server control

This commit is contained in:
Lucas
2026-01-15 13:25:56 +01:00
parent c795f1bde6
commit 9d5fa2d305
8 changed files with 301 additions and 25 deletions

View File

@@ -10,8 +10,8 @@ android {
applicationId "com.stock.pignon"
minSdkVersion 17
targetSdkVersion 36
versionCode 1
versionName "0.1.0"
versionCode 2
versionName "0.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -41,6 +41,9 @@ dependencies {
// GIF
implementation 'com.github.bumptech.glide:glide:3.8.0'
// NanoHTTPD
implementation 'org.nanohttpd:nanohttpd:2.3.1'
// Tests
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'