Skip to content

Commit

Permalink
v1.0.0-pre12
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed May 8, 2024
1 parent b52c42d commit d993f24
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
applicationId "com.greenart7c3.nostrsigner"
minSdk 26
targetSdk 34
versionCode 61
versionCode 62
versionName "1.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified app/play/release/baselineProfiles/0/app-play-x86-release.dm
Binary file not shown.
Binary file modified app/play/release/baselineProfiles/0/app-play-x86_64-release.dm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified app/play/release/baselineProfiles/1/app-play-x86-release.dm
Binary file not shown.
Binary file modified app/play/release/baselineProfiles/1/app-play-x86_64-release.dm
Binary file not shown.
28 changes: 14 additions & 14 deletions app/play/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,52 +20,52 @@
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
"value": "armeabi-v7a"
}
],
"attributes": [],
"versionCode": 61,
"versionName": "1.0.0",
"outputFile": "app-play-x86_64-release.apk"
"outputFile": "app-play-armeabi-v7a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "armeabi-v7a"
"value": "x86"
}
],
"attributes": [],
"versionCode": 61,
"versionName": "1.0.0",
"outputFile": "app-play-armeabi-v7a-release.apk"
"outputFile": "app-play-x86-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
"value": "x86_64"
}
],
"attributes": [],
"versionCode": 61,
"versionName": "1.0.0",
"outputFile": "app-play-arm64-v8a-release.apk"
"outputFile": "app-play-x86_64-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
"value": "arm64-v8a"
}
],
"attributes": [],
"versionCode": 61,
"versionName": "1.0.0",
"outputFile": "app-play-x86-release.apk"
"outputFile": "app-play-arm64-v8a-release.apk"
}
],
"elementType": "File",
Expand All @@ -75,21 +75,21 @@
"maxApi": 30,
"baselineProfiles": [
"baselineProfiles/1/app-play-universal-release.dm",
"baselineProfiles/1/app-play-x86_64-release.dm",
"baselineProfiles/1/app-play-armeabi-v7a-release.dm",
"baselineProfiles/1/app-play-arm64-v8a-release.dm",
"baselineProfiles/1/app-play-x86-release.dm"
"baselineProfiles/1/app-play-x86-release.dm",
"baselineProfiles/1/app-play-x86_64-release.dm",
"baselineProfiles/1/app-play-arm64-v8a-release.dm"
]
},
{
"minApi": 31,
"maxApi": 2147483647,
"baselineProfiles": [
"baselineProfiles/0/app-play-universal-release.dm",
"baselineProfiles/0/app-play-x86_64-release.dm",
"baselineProfiles/0/app-play-armeabi-v7a-release.dm",
"baselineProfiles/0/app-play-arm64-v8a-release.dm",
"baselineProfiles/0/app-play-x86-release.dm"
"baselineProfiles/0/app-play-x86-release.dm",
"baselineProfiles/0/app-play-x86_64-release.dm",
"baselineProfiles/0/app-play-arm64-v8a-release.dm"
]
}
],
Expand Down

0 comments on commit d993f24

Please sign in to comment.