Skip to content

Commit 788c9ce

Browse files
committed
Change app version
1 parent 89cf8a3 commit 788c9ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
compileOptions.encoding = 'UTF-8'
1010

1111
defaultConfig {
12-
applicationId "com.opencamera_extended.app"
12+
applicationId "com.opencamera_sensors.app"
1313
minSdkVersion 19
1414
// Important! When we decide to change this to 30 or more, we need to add full support for scoped storage
1515
targetSdkVersion 29

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
package="net.sourceforge.opencamera"
55
android:versionCode="81"
6-
android:versionName="1.48.3.0"
6+
android:versionName="1.48.3.1"
77
android:installLocation="auto"
88
tools:ignore="GoogleAppIndexingWarning">
99
<!-- ignore GoogleAppIndexingWarning as we don't want to implement that -->

0 commit comments

Comments
 (0)