Skip to content

Commit

Permalink
api35
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jan 31, 2025
1 parent e04de6c commit bacc54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Analytics : IAnalytics {
var version = ""
try {
val pInfo = context.packageManager.getPackageInfo(context.packageName, 0)
version = pInfo.versionName
version = pInfo.versionName.toString()
} catch (ignore: PackageManager.NameNotFoundException) {
}
segmentation["app_version"] = version
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {
}

ext {
propCompileSdkVersion = 34
propCompileSdkVersion = 35
coreVersion = "1.4.0"
runnerVersion = "1.5.0"
extJUnitVersion = "1.1.3"
Expand Down

0 comments on commit bacc54b

Please sign in to comment.