Skip to content

Commit 48d7180

Browse files
committed
raise version
1 parent ff5b831 commit 48d7180

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tasks.register('conanProfile', Copy) {
3030
android {
3131
defaultConfig {
3232
applicationId "at.tomtasche.reader"
33-
minSdkVersion 23
33+
minSdkVersion 34
3434
compileSdkVersion 34
3535
targetSdkVersion 34
3636

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="190"
6-
android:versionName="3.36"
5+
android:versionCode="192"
6+
android:versionName="3.38"
77
tools:ignore="GoogleAppIndexingWarning">
88

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

0 commit comments

Comments
 (0)