Skip to content

Commit

Permalink
版本升级
Browse files Browse the repository at this point in the history
  • Loading branch information
932707629 committed Aug 16, 2021
1 parent cba8796 commit 8ad6077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ext {
targetSdkVersion = 30
buildToolVersion = '30.0.3'

versionCode = 1_000_008
versionName = '1.0.8'
versionCode = 1_100_000
versionName = '1.1.0'

tinmvvmVersionCode = 1_02_05
tinmvvmVersionName = '1.2.5'
tinmvvmVersionCode = 1_03_00
tinmvvmVersionName = '1.3.0'

// rxjavaName = 'rxjava2'
rxjavaName = 'rxjava3'
Expand Down
2 changes: 0 additions & 2 deletions tinmvvm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.932707629'



android {
compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolVersion
Expand Down

0 comments on commit 8ad6077

Please sign in to comment.