mirror of
https://github.com/mii443/prometheus-android-exporter.git
synced 2025-08-22 15:15:35 +00:00
signing config
This commit is contained in:
@ -32,6 +32,7 @@ android {
|
||||
debuggable false
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
@ -79,6 +80,7 @@ dependencies {
|
||||
|
||||
// ktor
|
||||
implementation "io.ktor:ktor-client-android:2.3.0"
|
||||
implementation "io.ktor:ktor-client-cio:2.3.0"
|
||||
|
||||
// custom - tests
|
||||
androidTestImplementation 'androidx.test:runner:1.5.2'
|
||||
|
BIN
client/app/release/app-release.aab
Normal file
BIN
client/app/release/app-release.aab
Normal file
Binary file not shown.
@ -7,6 +7,7 @@ import android.util.Log
|
||||
import io.ktor.client.HttpClient
|
||||
import io.ktor.client.call.body
|
||||
import io.ktor.client.engine.android.Android
|
||||
import io.ktor.client.engine.cio.CIO
|
||||
import io.ktor.client.request.post
|
||||
import io.ktor.client.request.request
|
||||
import io.ktor.client.request.setBody
|
||||
|
BIN
debug-signing.jks
Normal file
BIN
debug-signing.jks
Normal file
Binary file not shown.
@ -11,5 +11,5 @@ scrape_configs:
|
||||
- job_name: "android phones"
|
||||
static_configs:
|
||||
- targets: [
|
||||
"localhost:8080"
|
||||
"192.168.1.134:10101"
|
||||
]
|
||||
|
BIN
private_key.pepk
Normal file
BIN
private_key.pepk
Normal file
Binary file not shown.
Reference in New Issue
Block a user