Skip to content

Commit

Permalink
remove keystore file
Browse files Browse the repository at this point in the history
  • Loading branch information
iyaselerehoboth committed Mar 12, 2021
1 parent 6860f2a commit ff4871a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions hyperlogger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ plugins {
id 'com.android.library'
}

def keystorePropertiesFile = rootProject.file("keystore.properties")

def keystoreProperties = new Properties()

keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

android {
compileSdkVersion 30
Expand All @@ -16,7 +11,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.0.2"
versionName "1.0.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit ff4871a

Please sign in to comment.