Skip to content

Commit

Permalink
Change app version
Browse files Browse the repository at this point in the history
  • Loading branch information
azaat committed Feb 14, 2022
1 parent 89cf8a3 commit 788c9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
compileOptions.encoding = 'UTF-8'

defaultConfig {
applicationId "com.opencamera_extended.app"
applicationId "com.opencamera_sensors.app"
minSdkVersion 19
// Important! When we decide to change this to 30 or more, we need to add full support for scoped storage
targetSdkVersion 29
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="net.sourceforge.opencamera"
android:versionCode="81"
android:versionName="1.48.3.0"
android:versionName="1.48.3.1"
android:installLocation="auto"
tools:ignore="GoogleAppIndexingWarning">
<!-- ignore GoogleAppIndexingWarning as we don't want to implement that -->
Expand Down

0 comments on commit 788c9ce

Please sign in to comment.