Skip to content

Commit

Permalink
版本升级
Browse files Browse the repository at this point in the history
  • Loading branch information
932707629 committed Dec 19, 2021
1 parent cf3d668 commit 20f89d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
/*compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}*/
buildFeatures{
dataBinding=true
viewBinding=true
Expand Down
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ext {
versionCode = 1_100_000
versionName = '1.1.0'

tinmvvmVersionCode = 1_03_05
tinmvvmVersionName = '1.3.5'
tinmvvmVersionCode = 1_03_06
tinmvvmVersionName = '1.3.6'

// rxjavaName = 'rxjava2'
rxjavaName = 'rxjava3'
Expand Down

0 comments on commit 20f89d4

Please sign in to comment.