Skip to content

Commit 87cf5fb

Browse files
author
zhujiang2
committed
升级小版本
1 parent cf67e28 commit 87cf5fb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/src/main/java/com/zj/weather/view/weather/WeatherViewPager.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package com.zj.weather.view.weather
22

33
import android.annotation.SuppressLint
44
import android.content.res.Configuration
5-
import android.util.Log
65
import androidx.compose.foundation.layout.*
76
import androidx.compose.runtime.*
87
import androidx.compose.runtime.livedata.observeAsState
@@ -100,7 +99,6 @@ fun WeatherViewPager(
10099
toCityList: () -> Unit,
101100
toWeatherList: () -> Unit,
102101
) {
103-
// XLog.e("initialPage:${initialPage} currentPage:${pagerState.currentPage}")
104102
val coroutineScope = rememberCoroutineScope()
105103
Box(modifier = Modifier.fillMaxSize()) {
106104
if (initialPage >= 0 && initialPage < pagerState.pageCount) {

config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ext {
33
compileSdkVersion : 32,
44
minSdkVersion : 25,
55
targetSdkVersion : 32,
6-
versionCode : 34,
7-
versionName : "3.4.1",
6+
versionCode : 35,
7+
versionName : "3.4.2",
88
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner",
99
consumerProguardFiles : 'consumer-rules.pro',
1010
jvmTarget : '11',

0 commit comments

Comments
 (0)