0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-19 20:02:17 +02:00

Update Android Studio, gradle and target sdk

This commit is contained in:
Christine Coenen 2022-05-16 19:19:11 +02:00
parent cc52997f63
commit 07c5eebef5
6 changed files with 9 additions and 7 deletions

View File

@ -14,7 +14,6 @@
<option value="$PROJECT_DIR$/app" />
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings>
</option>
</component>

View File

@ -4,6 +4,9 @@
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/modules/2016-09_Zapp.iml" filepath="$PROJECT_DIR$/.idea/modules/2016-09_Zapp.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/app/2016-09_Zapp.app.iml" filepath="$PROJECT_DIR$/.idea/modules/app/2016-09_Zapp.app.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/app/2016-09_Zapp.app.androidTest.iml" filepath="$PROJECT_DIR$/.idea/modules/app/2016-09_Zapp.app.androidTest.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/app/2016-09_Zapp.app.main.iml" filepath="$PROJECT_DIR$/.idea/modules/app/2016-09_Zapp.app.main.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/app/2016-09_Zapp.app.unitTest.iml" filepath="$PROJECT_DIR$/.idea/modules/app/2016-09_Zapp.app.unitTest.iml" />
</modules>
</component>
</project>

View File

@ -6,13 +6,13 @@ apply plugin: 'koin'
apply plugin: 'androidx.navigation.safeargs.kotlin'
android {
compileSdkVersion 31
compileSdkVersion 32
buildToolsVersion '31.0.0'
defaultConfig {
applicationId "de.christinecoenen.code.zapp"
minSdkVersion 23
targetSdkVersion 31
targetSdkVersion 32
versionCode 56
versionName "6.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -71,6 +71,7 @@ android {
}
}
}
namespace 'de.christinecoenen.code.zapp'
}
dependencies {

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="de.christinecoenen.code.zapp">
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

View File

@ -14,7 +14,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath 'com.android.tools.build:gradle:7.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip