From bf38326c6012afafe9b6d82c03028794480a3a59 Mon Sep 17 00:00:00 2001 From: Gurpreet Paul Date: Sat, 24 Aug 2019 01:42:14 +0100 Subject: [PATCH] Update group name --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5abd274..158abcd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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." } @@ -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 {