File tree Expand file tree Collapse file tree 4 files changed +16
-24
lines changed Expand file tree Collapse file tree 4 files changed +16
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- <h1 align =" center " > IMStudio </h1 >
1
+ <h1 align =" center " > Android Embeddedserver </h1 >
2
2
3
3
<p align =" center " >
4
- <a >
5
- <img src="https://img.shields.io/badge/kotlin-v1.5.31-blue.svg">
6
- <img src="https://img.shields.io/badge/gradle-7.0.2-blueviolet.svg">
7
- <img src="https://img.shields.io/badge/API-21%2B-blue.svg?style=flat">
8
- <img src="https://img.shields.io/badge/License-Apache%202.0-success.svg">
9
- <img src="https://circleci.com/gh/twilio-labs/plugin-rtc.svg?style=svg">
10
- </a >
11
- <br />
12
- <br />
13
- <a href="https://nphau.medium.com/" target="_blank">
14
- <img src="logo.png" width="128" margin="8">
4
+ <a>
5
+ <img src="https://img.shields.io/badge/kotlin-v1.6.10-blue.svg">
6
+ <img src="https://img.shields.io/badge/gradle-7.0.4-blueviolet.svg">
7
+ <img src="https://img.shields.io/badge/API-21%2B-blue.svg?style=flat">
8
+ <img src="https://img.shields.io/badge/License-Apache%202.0-success.svg">
9
+ <img src="https://circleci.com/gh/twilio-labs/plugin-rtc.svg?style=svg">
15
10
</a>
16
11
</p >
17
12
23
18
Copyright (c) $today.year . All rights reserved.
24
19
Last modified $file.lastModified
25
20
```
26
-
27
- ## 🚀Authors
28
-
29
- - https://github.com/nphau
30
- - https://nphau.medium.com
21
+ ## 👇 Authors
22
+ <p >
23
+ <a href="https://nphau.medium.com/" target="_blank">
24
+ <img src="https://avatars2.githubusercontent.com/u/13111806?s=400&u=f09b6160dbbe2b7eeae0aeb0ab4efac0caad57d7&v=4" width="96" height="96">
25
+ </a>
26
+ </p >
Original file line number Diff line number Diff line change @@ -5,11 +5,8 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath " com.android.tools.build:gradle:7.0.3"
9
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31"
10
-
11
- // NOTE: Do not place your application dependencies here; they belong
12
- // in the individual module build.gradle files
8
+ classpath ' com.android.tools.build:gradle:7.0.4'
9
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
13
10
}
14
11
}
15
12
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ dependencyResolutionManagement {
5
5
mavenCentral()
6
6
}
7
7
}
8
- rootProject. name = " ims. android.embeddedserver"
8
+ rootProject. name = " android.embeddedserver"
9
9
include ' :app'
You can’t perform that action at this time.
0 commit comments