Skip to content

Commit

Permalink
Versioncode in build.gradle added and removed from AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
amarradi authored and sealor committed Jul 30, 2023
1 parent 31819d1 commit ea5a6f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ android {
applicationId "de.ubuntix.android.birthdayreminder"
minSdkVersion 14
targetSdkVersion 33
versionCode 1
versionName "2.0"
}

buildTypes {
Expand Down
4 changes: 1 addition & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.ubuntix.android.birthdayreminder"
android:versionCode="9"
android:versionName="1.0.0">
package="de.ubuntix.android.birthdayreminder">

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.READ_CONTACTS"/>
Expand Down

0 comments on commit ea5a6f4

Please sign in to comment.