Skip to content

Commit

Permalink
Init build version for Play market
Browse files Browse the repository at this point in the history
  • Loading branch information
stslex committed Aug 24, 2021
1 parent 1743c9a commit a3e0488
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.stslex.splashgallery"
minSdkVersion 23
targetSdkVersion 31
versionCode 2
versionName "1.01"
versionCode 3
versionName "1.02"
buildConfigField("String", "API_KEY_SUCCESS", API_KEY_SUCCESS)
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.stslex.splashgallery"
android:versionCode="2">
android:versionCode="3">

<uses-permission android:name="android.permission.INTERNET" />

Expand Down

0 comments on commit a3e0488

Please sign in to comment.