Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1RandomDev committed Jul 10, 2022
1 parent 4ef0c4e commit 5d10e63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
/build
/release
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ android {
minSdk 26
targetSdk 32
versionCode 1
versionName "1.0"
versionName "1.0.0"
setProperty("archivesBaseName", "MeTube-$versionName")

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 5d10e63

Please sign in to comment.