We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e501e39 commit 4e4a90bCopy full SHA for 4e4a90b
app/build.gradle.kts
@@ -9,7 +9,7 @@ android {
9
10
defaultConfig {
11
applicationId = "org.thequestionmark.questionmark"
12
- minSdk = 31 // can be 24 if we don't runOnUiThread
+ minSdk = 26
13
targetSdk = 34
14
versionCode = 30101
15
versionName = "3.1.1"
app/src/main/AndroidManifest.xml
@@ -15,8 +15,7 @@
android:label="@string/app_name"
16
android:roundIcon="@mipmap/ic_launcher_round"
17
android:supportsRtl="true"
18
- android:theme="@style/Theme.Questionmark"
19
- tools:targetApi="31">
+ android:theme="@style/Theme.Questionmark">
20
<activity
21
android:name=".MainActivity"
22
android:exported="true">
0 commit comments