Loading AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.launcher3"> <uses-sdk android:targetSdkVersion="29" android:minSdkVersion="25"/> <uses-sdk android:targetSdkVersion="30" android:minSdkVersion="26"/> <!-- Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml. Refer comments around specific entries on how to extend individual components. Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ android { defaultConfig { minSdkVersion 25 targetSdkVersion 28 targetSdkVersion 30 versionCode 1 versionName "1.0" Loading Loading
AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.launcher3"> <uses-sdk android:targetSdkVersion="29" android:minSdkVersion="25"/> <uses-sdk android:targetSdkVersion="30" android:minSdkVersion="26"/> <!-- Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml. Refer comments around specific entries on how to extend individual components. Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ android { defaultConfig { minSdkVersion 25 targetSdkVersion 28 targetSdkVersion 30 versionCode 1 versionName "1.0" Loading