Skip to content

Commit

Permalink
Release 1.0.0-RC.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jul 21, 2022
1 parent 4841fd7 commit acdc465
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom-application/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ android {
defaultConfig {
applicationId "net.dzikoysk.presenceofmind"
minSdk 29
targetSdk 30
versionCode 7
versionName "1.0.0-RC.7"
targetSdk 32
versionCode 8
versionName "1.0.0-RC.8"
archivesBaseName = "presence-of-mind-$versionName"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
1 change: 1 addition & 0 deletions pom-application/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM"/>
<uses-permission android:name="android.permission.USE_EXACT_ALARM"/>
Expand Down

0 comments on commit acdc465

Please sign in to comment.