Skip to content

Commit 0e232b7

Browse files
author
nphau
committed
feat: upgrade koltin 1.6.10
1 parent 886fa81 commit 0e232b7

File tree

4 files changed

+16
-24
lines changed

4 files changed

+16
-24
lines changed

.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
<h1 align="center"> IMStudio </h1>
1+
<h1 align="center"> Android Embeddedserver </h1>
22

33
<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">
1510
</a>
1611
</p>
1712

@@ -23,8 +18,9 @@
2318
Copyright (c) $today.year . All rights reserved.
2419
Last modified $file.lastModified
2520
```
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>

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ buildscript {
55
mavenCentral()
66
}
77
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"
1310
}
1411
}
1512

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencyResolutionManagement {
55
mavenCentral()
66
}
77
}
8-
rootProject.name = "ims.android.embeddedserver"
8+
rootProject.name = "android.embeddedserver"
99
include ':app'

0 commit comments

Comments
 (0)