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

Unverified Commit f94f0073 authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

add 1.8. as min in Readme.md

parent 3a7b8575
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -22,7 +22,15 @@ repositories {
dependencies {
	implementation "com.github.nextcloud:Android-SingleSignOn:0.4.1"
}

compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
```

We use som features from Java 8, so your project needs also to be compiled with (at least) this version.

2) To choose an account, include the following code in your login dialog:

From an Activity