Skip to content

Commit

Permalink
빌드 버전 수정
Browse files Browse the repository at this point in the history
0.1.4 -> 0.2.0
  • Loading branch information
gagip committed Jul 12, 2021
1 parent 8461aa6 commit 90c8c86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.example.pedometerpixeldungeon"
minSdkVersion 19
targetSdkVersion 30
versionCode 4
versionName "0.1.4"
versionCode 5
versionName "0.2.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.pedometerpixeldungeon"
android:versionCode="4"
android:versionName="0.1.4"
android:versionCode="5"
android:versionName="0.2.0"
android:installLocation="auto">

<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION"/>
Expand Down

0 comments on commit 90c8c86

Please sign in to comment.