Skip to content
This repository was archived by the owner on Apr 30, 2023. It is now read-only.

Commit 5045971

Browse files
committed
update android version
1 parent f3f6adf commit 5045971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ android {
109109
applicationId "com.githubgist"
110110
minSdkVersion 16
111111
targetSdkVersion 26
112-
versionCode 2
113-
versionName "0.1"
112+
versionCode 3
113+
versionName "0.2"
114114
ndk {
115115
abiFilters "armeabi-v7a", "x86"
116116
}

0 commit comments

Comments
 (0)