Skip to content

Commit

Permalink
made first release apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Steellow committed Jun 5, 2020
1 parent 6ac558a commit dcdd062
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Simple app to track average fuel consumption. Free, minimal, and open source. No
- https://pub.dev/packages/rate_my_app (after app is in gPlay)
- finnish translation
- prettify code
- app icon


### TEST
Expand Down
3 changes: 1 addition & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ android {
}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.fuel_consumption_tracker"
applicationId "labs.ankia.fuel_consumption_tracker"
minSdkVersion 16
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
Expand Down
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.fuel_consumption_tracker">
package="labs.ankia.fuel_consumption_tracker">
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:label="fuel_consumption_tracker"
android:label="Fuel Consumption Tracker"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.fuel_consumption_tracker
package labs.ankia.fuel_consumption_tracker

import io.flutter.embedding.android.FlutterActivity

Expand Down

0 comments on commit dcdd062

Please sign in to comment.