Revert "[Gradle][Tests][MPP] set compileSdkVersion to 31 in new-mpp-adnroid test-data"

This reverts commit 2a336140d2.
This commit is contained in:
Pavel Kargashinsky
2023-04-03 11:30:43 +02:00
parent b2724ad19f
commit 921cfa84df
3 changed files with 9 additions and 8 deletions
@@ -9,12 +9,12 @@ java {
}
android {
compileSdkVersion 31
compileSdkVersion 27
namespace 'app.example.com.app_sample'
defaultConfig {
applicationId "app.example.com.app_sample"
minSdkVersion 26
targetSdkVersion 31
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="app.example.com.app_sample">
<application
android:allowBackup="true"
@@ -8,7 +9,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity" android:exported="true">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -10,12 +10,12 @@ java {
}
android {
compileSdkVersion 31
compileSdkVersion 27
namespace 'app.example.com.lib'
defaultConfig {
minSdkVersion 26
targetSdkVersion 31
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0"