Skip to content

Commit

Permalink
πŸ”– Version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzovngl committed Apr 28, 2023
1 parent d4dd6bb commit df2380f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId "com.lorenzovainigli.foodexpirationdates"
minSdk 24
targetSdk 33
versionCode 7
versionName "0.7"
versionCode 10
versionName "0.8"

archivesBaseName = "FoodExpirationDates-$versionName"

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>

<application
android:name=".App"
android:allowBackup="true"
Expand Down

0 comments on commit df2380f

Please sign in to comment.