From 8ad6077f485ab5f44e6f1cc3054aedf39ebd7766 Mon Sep 17 00:00:00 2001 From: SouShin <932707629@qq.com> Date: Mon, 16 Aug 2021 10:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.gradle | 8 ++++---- tinmvvm/build.gradle | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/config.gradle b/config.gradle index bb16fd1..db09d24 100644 --- a/config.gradle +++ b/config.gradle @@ -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' diff --git a/tinmvvm/build.gradle b/tinmvvm/build.gradle index 492412b..08cd0e8 100644 --- a/tinmvvm/build.gradle +++ b/tinmvvm/build.gradle @@ -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