Skip to content
Snippets Groups Projects
Commit 212f0ca7 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build: move package to gradle

Change-Id: I8d680aff5852dea8b09fb7961a053c07b117d382
parent 0f51c105
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
namespace = "cx.ring"
}
dependencies {
......
......@@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="cx.ring"
android:installLocation="auto">
<supports-screens
......
......@@ -18,7 +18,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="cx.ring"
tools:ignore="ImpliedTouchscreenHardware,MissingLeanbackLauncher,MissingLeanbackSupport">
<application
......
......@@ -17,8 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="cx.ring">
xmlns:tools="http://schemas.android.com/tools">
<application
android:name=".application.JamiApplicationFirebase"
......
......@@ -9,7 +9,7 @@ buildscript {
val hilt_version by extra { "2.40.5" }
dependencies {
classpath ("com.android.tools.build:gradle:7.1.2")
classpath ("com.android.tools.build:gradle:7.1.3")
classpath ("com.google.gms:google-services:4.3.10")
classpath ("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
classpath ("com.google.dagger:hilt-android-gradle-plugin:$hilt_version")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment