Skip to content

Commit

Permalink
work done by tariq_all_with_build
Browse files Browse the repository at this point in the history
  • Loading branch information
theftzoku committed Apr 2, 2024
1 parent 40da13c commit 4719813
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "rocks.poopjournal.todont"
minSdkVersion 26
targetSdkVersion 34
versionCode 2
versionName "2.1"
versionCode 3
versionName "2.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
Binary file added app/release/baselineProfiles/0/app-release.dm
Binary file not shown.
Binary file added app/release/baselineProfiles/1/app-release.dm
Binary file not shown.
23 changes: 20 additions & 3 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,27 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 2,
"versionName": "2.1",
"versionCode": 3,
"versionName": "2.1.0",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
"elementType": "File",
"baselineProfiles": [
{
"minApi": 28,
"maxApi": 30,
"baselineProfiles": [
"baselineProfiles/1/app-release.dm"
]
},
{
"minApi": 31,
"maxApi": 2147483647,
"baselineProfiles": [
"baselineProfiles/0/app-release.dm"
]
}
],
"minSdkVersionForDexing": 26
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public void onClick(View view) {
window.setLayout(WindowManager.LayoutParams.MATCH_PARENT, WindowManager.LayoutParams.WRAP_CONTENT);
d.getWindow().setAttributes(lp);


final Spinner spinner = d.findViewById(R.id.spinner);
final TextView txt = d.findViewById(R.id.txt);
if (Helper.labels_array.size() == 0) {
Expand Down

0 comments on commit 4719813

Please sign in to comment.