Skip to content

Commit 4e4a90b

Browse files
committed
Run on more devices
1 parent e501e39 commit 4e4a90b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99

1010
defaultConfig {
1111
applicationId = "org.thequestionmark.questionmark"
12-
minSdk = 31 // can be 24 if we don't runOnUiThread
12+
minSdk = 26
1313
targetSdk = 34
1414
versionCode = 30101
1515
versionName = "3.1.1"

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
android:label="@string/app_name"
1616
android:roundIcon="@mipmap/ic_launcher_round"
1717
android:supportsRtl="true"
18-
android:theme="@style/Theme.Questionmark"
19-
tools:targetApi="31">
18+
android:theme="@style/Theme.Questionmark">
2019
<activity
2120
android:name=".MainActivity"
2221
android:exported="true">

0 commit comments

Comments
 (0)