Skip to content

Commit

Permalink
bump build number
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Mar 30, 2020
1 parent 108752f commit d455d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
buildToolsVersion "29.0.2"

defaultConfig {
applicationId "space.celestia.MobileCelestia"
applicationId "space.celestia.mobilecelestia"
minSdkVersion 21
targetSdkVersion 29

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="space.celestia.mobilecelestia"
android:versionCode="1"
android:versionCode="2"
android:versionName="1.0">

<uses-feature android:glEsVersion="0x00020000" android:required="true" />
Expand Down

0 comments on commit d455d62

Please sign in to comment.