Skip to content

Commit

Permalink
simple github publishing attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
baracudda committed Feb 8, 2021
1 parent aa7fdd3 commit a0d6ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ allprojects {
jcenter()
mavenCentral()
google()
maven { url 'https://jitpack.io' }
}
}
4 changes: 2 additions & 2 deletions lib_androidBits/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
//Cannot have a minSdkVersion lower than 8 at least until android.util.Base64 is supported.
minSdkVersion 8
targetSdkVersion 28
versionCode 9
versionName '1.0.9'
versionCode 10
versionName '1.1.0'
}
buildTypes {
release {
Expand Down

0 comments on commit a0d6ca2

Please sign in to comment.