Skip to content

Commit

Permalink
hotfix for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mjureczko committed Mar 8, 2024
1 parent 7f74a19 commit 5b6144a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "pl.marianjureczko.poszukiwacz"
minSdkVersion 23
targetSdkVersion 33
versionCode 1
versionName "1.0"
versionCode 3
versionName "2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [facebookToken: FACEBOOK_TOKEN]
}
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@
<activity
android:name=".activity.treasureselector.TreasureSelectorActivity"
android:theme="@style/FullscreenTheme" />
<activity android:name=".activity.bluetooth.BluetoothActivity" />
<activity
android:name=".activity.bluetooth.BluetoothActivity"
android:theme="@style/FullscreenTheme" />
<activity
android:name=".activity.photo.PhotoActivity"
android:label="@string/photo_tip"
Expand Down

0 comments on commit 5b6144a

Please sign in to comment.