Skip to content

Commit

Permalink
升级小版本
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujiang2 committed Jul 14, 2022
1 parent cf67e28 commit 87cf5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.zj.weather.view.weather

import android.annotation.SuppressLint
import android.content.res.Configuration
import android.util.Log
import androidx.compose.foundation.layout.*
import androidx.compose.runtime.*
import androidx.compose.runtime.livedata.observeAsState
Expand Down Expand Up @@ -100,7 +99,6 @@ fun WeatherViewPager(
toCityList: () -> Unit,
toWeatherList: () -> Unit,
) {
// XLog.e("initialPage:${initialPage} currentPage:${pagerState.currentPage}")
val coroutineScope = rememberCoroutineScope()
Box(modifier = Modifier.fillMaxSize()) {
if (initialPage >= 0 && initialPage < pagerState.pageCount) {
Expand Down
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ext {
compileSdkVersion : 32,
minSdkVersion : 25,
targetSdkVersion : 32,
versionCode : 34,
versionName : "3.4.1",
versionCode : 35,
versionName : "3.4.2",
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner",
consumerProguardFiles : 'consumer-rules.pro',
jvmTarget : '11',
Expand Down

0 comments on commit 87cf5fb

Please sign in to comment.