Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4676ec3a authored by David Luhmer's avatar David Luhmer
Browse files

migrate to namespace of build.gradle (sample app)

parent b2873371
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
apply plugin: 'com.android.application'

android {
    namespace 'com.nextcloud.android.sso.sample'

    compileSdkVersion 33
    buildToolsVersion "32.0.0"

+1 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.nextcloud.android.sso.sample">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

    <application
        android:allowBackup="true"