Skip to content

Commit

Permalink
chore: Version Up to S3.4.0 and T3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
8954sood committed Nov 25, 2024
1 parent 2dcf6e4 commit 32122f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ fun DodamApp(
},
)
settingScreen(
versionInfo = "3.2.0",
versionInfo = "3.4.0",
popBackStack = navController::popBackStack,
logout = logout,
navigationToEditMemberInfo = { profileImage, name, email, phone ->
Expand Down
4 changes: 2 additions & 2 deletions dodam-teacher-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ android {
applicationId = "com.b1nd.dodam.teacher"
minSdk = 28
targetSdk = 34
versionCode = 2
versionName = "3.0.0"
versionCode = 3
versionName = "3.1.0"

}
compileOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ import kotlinx.coroutines.launch
import org.koin.compose.viewmodel.koinViewModel
import org.koin.core.annotation.KoinExperimentalAPI

const val VERSION_INFO = "3.0.0"
const val VERSION_INFO = "3.1.0"

@OptIn(ExperimentalMaterial3Api::class, ExperimentalCoilApi::class, KoinExperimentalAPI::class)
@Composable
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ coilVersion = "2.7.0"
compileSdk = "34"
minSdk = "28"
targetSdk = "34"
appVersion = "3.3.0"
versionCode = "8"
appVersion = "3.4.0"
versionCode = "9"

# kotlin
kotlin = "2.0.0"
Expand Down

0 comments on commit 32122f2

Please sign in to comment.