Skip to content

Commit

Permalink
Version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KipCrossing committed Dec 18, 2020
1 parent 5917f0e commit dddd262
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 74 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdkVersion 28
compileSdkVersion 29

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -44,9 +44,9 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "party.flux.digipol"
applicationId "app.digipol"
minSdkVersion 18
targetSdkVersion 28
targetSdkVersion 29
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/views/settings_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class _SettingsPageState extends State<SettingsPage> {
style: Theme.of(context).textTheme.headline5,
),
Text(
"v0.1.5",
"v0.1.7",
style: Theme.of(context).textTheme.headline6,
),
Divider(
Expand Down
Loading

0 comments on commit dddd262

Please sign in to comment.