Skip to content

Commit

Permalink
update jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Amuzadeh committed Jan 16, 2019
1 parent af1cdbe commit 780c96d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 29 deletions.
1 change: 0 additions & 1 deletion ScreenShots/tmp

This file was deleted.

11 changes: 0 additions & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 28
buildToolsVersion '28.0.3'

defaultConfig {
applicationId "ir.vasl.magicalnotifierapp"
Expand All @@ -11,23 +10,13 @@ android {
versionCode 1
versionName "1.0.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
cppFlags ""
}
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
externalNativeBuild {
cmake {
path "CMakeLists.txt"
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -20,7 +19,7 @@ allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
}

Expand Down
11 changes: 0 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,3 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
android.enableJetifier=true

POM_DESCRIPTION=This is a custom view that handle notifications
POM_URL=https://github.com/github_username/ProjectName
POM_SCM_URL=https://github.com/HamidrezaAmz/MagicalNotifier
POM_SCM_CONNECTION=scm:[email protected]:HamidrezaAmz/MagicalNotifier.git
POM_SCM_DEV_CONNECTION=scm:[email protected]:HamidrezaAmz/MagicalNotifier.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=HamidrezaAmz
POM_DEVELOPER_NAME=GitHub Hamidreza Amz

5 changes: 2 additions & 3 deletions magicalnotifier/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ group = 'com.github.hamidrezaamz'

android {
compileSdkVersion 28
buildToolsVersion '28.0.3'

defaultConfig {
minSdkVersion 17
targetSdkVersion 28
versionCode 5
versionName "1.0.5"
versionCode 6
versionName "1.0.6"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 780c96d

Please sign in to comment.