From 5f333703cded7cdb59a8bf9ebc0ce38a0542e4f4 Mon Sep 17 00:00:00 2001 From: hjwilli Date: Tue, 13 Oct 2020 16:52:53 -0400 Subject: [PATCH] Update build.gradle V1!! --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b2160a5d..07f601f7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ plugins { allprojects { group = 'edu.upenn.pmbb' sourceCompatibility = 1.8 - version = '0.3.1-SNAPSHOT' // see https://semver.org/ + version = '1.0.0' // see https://semver.org/ apply plugin: 'jacoco' }