We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b482fa0 commit b4b2323Copy full SHA for b4b2323
3 files changed
AntiWakeLock/build.gradle.kts
@@ -7,7 +7,7 @@ android {
7
namespace = "com.programminghoch10.AntiWakeLock"
8
9
defaultConfig {
10
- minSdk = 1
+ minSdk = 14
11
targetSdk = 36
12
}
13
AntiWakeLock/src/main/AndroidManifest.xml
@@ -13,7 +13,7 @@
/>
14
<meta-data
15
android:name="xposedminversion"
16
- android:value="93"
+ android:value="36"
17
18
</application>
19
logger/build.gradle.kts
namespace = "de.binarynoise.logger"
0 commit comments