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

Unverified Commit e208274f authored by Tobias Kaminsky's avatar Tobias Kaminsky Committed by GitHub
Browse files

Merge pull request #131 from nextcloud/javaVersion18

add 1.8. as min in Readme.md
parents c28b7ebd eaea70e7
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 some 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