release-v1.1

This commit is contained in:
Schoumi 2021-10-19 13:11:50 +02:00
parent aaee5998ef
commit e668c5b6e5
2 changed files with 7 additions and 6 deletions

View File

@ -5,15 +5,15 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'androidx.navigation.safeargs.kotlin' apply plugin: 'androidx.navigation.safeargs.kotlin'
android { android {
compileSdkVersion 30 compileSdkVersion 31
buildToolsVersion "30.0.3" buildToolsVersion "31.0.0"
defaultConfig { defaultConfig {
applicationId "fr.mobdev.peertubelive" applicationId "fr.mobdev.peertubelive"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 31
versionCode 1 versionCode 2
versionName "1.0" versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables vectorDrawables

View File

@ -19,7 +19,8 @@
<activity <activity
android:name="fr.mobdev.peertubelive.activity.MainActivity" android:name="fr.mobdev.peertubelive.activity.MainActivity"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/AppTheme"> android:theme="@style/AppTheme"
android:exported="true">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />