Skip to content

Commit

Permalink
apk 버전 수정 0.1.3 갱신
Browse files Browse the repository at this point in the history
apk 버전 수정 0.1.3 갱신
  • Loading branch information
ankind0714 committed Jul 8, 2021
1 parent edd0cb7 commit 1253aff
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 2
versionName "0.1.2"
versionCode 3
versionName "0.1.3"

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="2"
android:versionName="0.1.2"
android:versionCode="3"
android:versionName="0.1.3"
android:installLocation="auto">

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

0 comments on commit 1253aff

Please sign in to comment.