openvidu-ionic: update Gradle version

This commit is contained in:
pabloFuente 2022-09-21 16:09:23 +02:00
parent fd2fc0b50c
commit d48c214bf0
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
apply plugin: 'com.android.application'
android {
namespace 'io.openvidu.ionic'
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "io.openvidu.ionic"

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.openvidu.ionic">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"

View File

@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.google.gms:google-services:4.3.13'
// NOTE: Do not place your application dependencies here; they belong