signing config

This commit is contained in:
Martin Ptáček
2023-07-28 23:20:17 +02:00
parent bf580ba41b
commit e9a5947e63
6 changed files with 4 additions and 1 deletions

View File

@ -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'

Binary file not shown.

View File

@ -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

Binary file not shown.

View File

@ -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

Binary file not shown.