Skip to content

Commit

Permalink
refactor: remove all jars from source code (#6825)
Browse files Browse the repository at this point in the history
* refactor: remove all jars from source code

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* chore: remove gradle-wrapper.jar from project #6831 (#6836)

Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com>

* fix(jans-auth): Removing jars from source code

---------

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com>
Co-authored-by: Arnab Dutta <arnab.bdutta@gmail.com>
Co-authored-by: Madhumita <madhu@gluu.org>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
  • Loading branch information
3 people authored and devrimyatar committed Dec 30, 2023
1 parent a19b996 commit 5132228
Show file tree
Hide file tree
Showing 22 changed files with 643 additions and 387 deletions.
18 changes: 11 additions & 7 deletions demos/jans-chip/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@

### Workspace Setup

- Setup workspace using Android Studio IDE
- Import `android` directory as project
- IDE should automatically detect `app` as run configuration and now it is ready
to be launched on an emmulator
- After launch add configuration endpoint of Janssen Server (with a trusted
domain, not self-signed certificate) and desired scopes on the register screen
to start testing
1. Clone `jans` monorepo.
```
git clone https://github.com/JanssenProject/jans.git
```
2. Start Android Studio and open `{jans_monorep_path}\demos\jans-chip\android` of cloned jans monorepo.
3. Press `ctrl` key twice on Android Studio to open `Run Anything` dialog.
4. Enter `gradle wrapper --gradle-version 8.0` and press enter key. This will generate gradle wrapper at `{jans_monorep_path}\demos\jans-chip\gradle\wrapper`.
5. Build and run project on an emmulator (in Android Studio).
6. After launch add configuration endpoint of Janssen Server (with a trusted
domain, not self-signed certificate) and desired scopes on the register screen
to start testing.

## To-Dos

Expand Down
Binary file not shown.
Loading

0 comments on commit 5132228

Please sign in to comment.