Skip to content

Commit

Permalink
Updated to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sav22999 committed Oct 14, 2024
1 parent ff1dbbc commit 8b157b6
Show file tree
Hide file tree
Showing 14 changed files with 97 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/.name

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

2 changes: 1 addition & 1 deletion .idea/compiler.xml

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

Binary file removed app/FDGH/release/app-FDGH-release.aab
Binary file not shown.
Binary file added app/FDGH/release/app-FDGH-release.apk
Binary file not shown.
Binary file not shown.
Binary file not shown.
37 changes: 37 additions & 0 deletions app/FDGH/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.saverio.wordoftheday_en",
"variantName": "FDGHRelease",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 17,
"versionName": "2.0",
"outputFile": "app-FDGH-release.apk"
}
],
"elementType": "File",
"baselineProfiles": [
{
"minApi": 28,
"maxApi": 30,
"baselineProfiles": [
"baselineProfiles/1/app-FDGH-release.dm"
]
},
{
"minApi": 31,
"maxApi": 2147483647,
"baselineProfiles": [
"baselineProfiles/0/app-FDGH-release.dm"
]
}
],
"minSdkVersionForDexing": 21
}
Binary file removed app/GPS/release/app-GPS-release.aab
Binary file not shown.
Binary file added app/GPS/release/app-GPS-release.apk
Binary file not shown.
Binary file not shown.
Binary file not shown.
37 changes: 37 additions & 0 deletions app/GPS/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.saverio.wordoftheday_en",
"variantName": "GPSRelease",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 17,
"versionName": "2.0",
"outputFile": "app-GPS-release.apk"
}
],
"elementType": "File",
"baselineProfiles": [
{
"minApi": 28,
"maxApi": 30,
"baselineProfiles": [
"baselineProfiles/1/app-GPS-release.dm"
]
},
{
"minApi": 31,
"maxApi": 2147483647,
"baselineProfiles": [
"baselineProfiles/0/app-GPS-release.dm"
]
}
],
"minSdkVersionForDexing": 21
}
8 changes: 6 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId 'com.saverio.wordoftheday_en'
minSdkVersion 21
targetSdkVersion 34
versionCode 16
versionName '1.5'
versionCode 17
versionName '2.0'
multiDexEnabled true

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -62,6 +62,10 @@ android {
}
}

lint {
baseline = file("lint-baseline.xml")
}

namespace 'com.saverio.wordoftheday_en'
}
dependencies {
Expand Down
15 changes: 15 additions & 0 deletions app/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.7.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.7.0)" variant="fatal" version="8.7.0">

<issue
id="UnspecifiedImmutableFlag"
message="Missing `PendingIntent` mutability flag"
errorLine1=" PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_ONE_SHOT)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/com/saverio/wordoftheday_en/NotificationReceiver.kt"
line="74"
column="59"/>
</issue>

</issues>

0 comments on commit 8b157b6

Please sign in to comment.