Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
Publishing Signed APK to Google Play Store.
Browse files Browse the repository at this point in the history
- Set version code to 3.
- Set version name to 1.1.
- Created a new tag / release on github.
  • Loading branch information
nazmulidris committed Jul 16, 2017
1 parent 9801df8 commit 67de904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
applicationId "com.r3bl.stayawake"
minSdkVersion 25
targetSdkVersion 26
versionCode 2
versionCode 3
versionName "1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 67de904

Please sign in to comment.