Compare commits
2 Commits
4dab797cb9
...
2c756cfd2a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c756cfd2a | ||
|
|
f20e694750 |
Binary file not shown.
BIN
agrilinkvocpro/app/release/baselineProfiles/0/app-release.dm
Normal file
BIN
agrilinkvocpro/app/release/baselineProfiles/0/app-release.dm
Normal file
Binary file not shown.
BIN
agrilinkvocpro/app/release/baselineProfiles/1/app-release.dm
Normal file
BIN
agrilinkvocpro/app/release/baselineProfiles/1/app-release.dm
Normal file
Binary file not shown.
37
agrilinkvocpro/app/release/output-metadata.json
Normal file
37
agrilinkvocpro/app/release/output-metadata.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"version": 3,
|
||||
"artifactType": {
|
||||
"type": "APK",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "com.syaroful.agrilinkvocpro",
|
||||
"variantName": "release",
|
||||
"elements": [
|
||||
{
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 15,
|
||||
"versionName": "1.0.1",
|
||||
"outputFile": "app-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File",
|
||||
"baselineProfiles": [
|
||||
{
|
||||
"minApi": 28,
|
||||
"maxApi": 30,
|
||||
"baselineProfiles": [
|
||||
"baselineProfiles/1/app-release.dm"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minApi": 31,
|
||||
"maxApi": 2147483647,
|
||||
"baselineProfiles": [
|
||||
"baselineProfiles/0/app-release.dm"
|
||||
]
|
||||
}
|
||||
],
|
||||
"minSdkVersionForDexing": 29
|
||||
}
|
||||
|
|
@ -155,7 +155,7 @@ fun DetailTopBar() {
|
|||
horizontalAlignment = Alignment.CenterHorizontally,
|
||||
modifier = Modifier.fillMaxWidth()
|
||||
) {
|
||||
Text("Detail Grafik", style = MaterialTheme.typography.titleMedium)
|
||||
Text("Detail Graphic", style = MaterialTheme.typography.titleMedium)
|
||||
}
|
||||
})
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user