Skip to content

Commit

Permalink
修复已知问题
Browse files Browse the repository at this point in the history
版本升级到1.2.0
剔除不需要的import
  • Loading branch information
932707629 committed May 17, 2021
1 parent 2934833 commit 9014ba0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# TinMvvm #

## Surprise!!![ ![Download](https://api.bintray.com/packages/soushin/maven/TinMvvm/images/download.svg?version=1.1.4) ](https://bintray.com/soushin/maven/TinMvvm/1.1.4/link)
`implementation 'com.github.932707629:tinmvvm:1.1.4'`
## Surprise!!!
`
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.932707629:TinMvvm:1.2.0'
}
`

### 说在前面 ###
虽然已经在项目中添加了比较详细的代码注释,但是肯定还有很多需要注意的地方没有解释清楚,希望大家在使用的过程中如果发现了什么问题,及时提出来,大家共同解决.
Expand Down
1 change: 1 addition & 0 deletions tinmvvm/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply plugin: 'com.github.dcendents.android-maven'
//apply plugin: 'kotlin-android-extensions'

//版本更新的命令
Expand Down

0 comments on commit 9014ba0

Please sign in to comment.