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'
android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
compileSdkVersion 31
buildToolsVersion "31.0.0"
defaultConfig {
applicationId "fr.mobdev.peertubelive"
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0"
targetSdkVersion 31
versionCode 2
versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables

View File

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