Skip to content

Commit

Permalink
UPDATE: gradle, release 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Derpimort committed Apr 18, 2021
1 parent de6a56b commit 2658e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ bitrise.yml

# NDK files
**/.cxx
/app/release/
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 1
versionName "1.0"

versionName '0.8'
archivesBaseName = "Meme-Indexer-$versionName"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 2658e1f

Please sign in to comment.