Skip to content

Commit

Permalink
Update version (#87)
Browse files Browse the repository at this point in the history
* Update version

- Updated lib version
- Updated app versionCode

* Update demo app lib version
  • Loading branch information
dautovicharis committed Feb 21, 2024
1 parent 06406ab commit 2058079
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Expand Up @@ -11,7 +11,7 @@ android {
applicationId = "com.hd.charts.app"
minSdk = 24
targetSdk = 34
versionCode = 2
versionCode = 3
versionName = "1.0.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion app/charts/build.gradle.kts
Expand Up @@ -83,7 +83,7 @@ publishing {
from(components["release"])
groupId = "com.github.dautovicharis"
artifactId = "charts"
version = "1.0.0"
version = "1.2.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/hd/charts/app/MainActivity.kt
Expand Up @@ -132,7 +132,7 @@ class MainActivity : ComponentActivity() {
.align(Alignment.CenterHorizontally),
text = "Version: ${BuildConfig.VERSION_NAME}\n"
+ "Build: ${BuildConfig.VERSION_CODE}\n"
+ "Charts: develop",
+ "Charts: 1.2.0",
color = MaterialTheme.colorScheme.onBackground
)
}
Expand Down

0 comments on commit 2058079

Please sign in to comment.