Skip to content

Commit 1e8fab6

Browse files
Bugfix
1 parent f2f290e commit 1e8fab6

File tree

98 files changed

+139
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+139
-128
lines changed
51 KB
Binary file not shown.
0 Bytes
Binary file not shown.
100 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
4.33 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "berthold.beamcalc"
77
minSdkVersion 23
88
targetSdkVersion 30
9-
versionCode 22
10-
versionName "2.2"
9+
versionCode 23
10+
versionName "2.3"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

app/build/generated/source/buildConfig/release/berthold/beamcalc/BuildConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ public final class BuildConfig {
77
public static final boolean DEBUG = false;
88
public static final String APPLICATION_ID = "berthold.beamcalc";
99
public static final String BUILD_TYPE = "release";
10-
public static final int VERSION_CODE = 22;
11-
public static final String VERSION_NAME = "2.2";
10+
public static final int VERSION_CODE = 23;
11+
public static final String VERSION_NAME = "2.3";
1212
}

0 commit comments

Comments
 (0)