target android 15 so you stop yelling
This commit is contained in:
parent
89a0a69692
commit
67ffa975cb
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId = "eu.m724.vastapp"
|
||||
minSdk = 29
|
||||
targetSdk = 34
|
||||
targetSdk = 35
|
||||
versionCode = 1
|
||||
versionName = "0.0.0-SNAPSHOT"
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Vastapp"
|
||||
android:name=".VastApplication"
|
||||
tools:targetApi="34">
|
||||
tools:targetApi="35">
|
||||
<activity
|
||||
android:name=".activity.dashboard.loading.LoadingActivity"
|
||||
android:exported="true"
|
||||
|
|
Loading…
Reference in a new issue