Skip to content

Commit

Permalink
chore: update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Dec 9, 2024
1 parent 0fb5551 commit c2b00eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ android {
applicationId = config.appId
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
// Update from latest version https://github.com/ooni/probe-android/blob/bb7ae9f42f96f2fdbac3d36f5a9dbb6e6783358b/app/build.gradle#L17
// TODO: Update from latest version https://github.com/ooni/probe-android/blob/bb7ae9f42f96f2fdbac3d36f5a9dbb6e6783358b/app/build.gradle#L17
versionCode = 1
versionName = "5.0.0"
resValue("string", "app_name", config.appName)
Expand Down

0 comments on commit c2b00eb

Please sign in to comment.