mirror of
https://codeberg.org/Schoumi/PeerTubeLive.git
synced 2025-01-18 05:38:02 +01:00
release-v1.1
This commit is contained in:
parent
aaee5998ef
commit
e668c5b6e5
@ -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
|
||||||
|
@ -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" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user