Skip to content

Commit

Permalink
Update group name
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreet- committed Aug 24, 2019
1 parent a6950ff commit bf38326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ plugins {

ext {
artifactId = "hydride-android"
groupId = "co.libly"
version = '0.1.0'
groupId = "com.github.libly"
version = '0.1.1'
description = "Hydride binds against Libhydrogen to provide " +
"simple cryptography that is compatible with API 16 and above of Android."
}
Expand All @@ -30,7 +30,7 @@ android {
minSdkVersion 16
targetSdkVersion 29
versionCode 1
versionName "0.1.0"
versionName project.ext.version
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit bf38326

Please sign in to comment.