Skip to content

Commit 6ceac8a

Browse files
author
Omar Shehe Omar
committed
update gradle
1 parent 2b8e8f2 commit 6ceac8a

3 files changed

Lines changed: 4 additions & 15 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = '1.6.0'
3+
ext.kotlin_version = '1.6.10'
44
repositories {
55
google()
66
mavenCentral()

forminputkotlin/build.gradle

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,22 @@ android {
1212
consumerProguardFiles 'consumer-rules.pro'
1313
android.defaultConfig.vectorDrawables.useSupportLibrary = true
1414
}
15-
1615
buildTypes {
1716
release {
1817
minifyEnabled false
1918
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2019
}
2120
}
22-
2321
buildFeatures {
2422
viewBinding true
2523
}
26-
2724
compileOptions {
2825
sourceCompatibility JavaVersion.VERSION_11
2926
targetCompatibility JavaVersion.VERSION_11
3027
}
31-
3228
kotlinOptions {
3329
jvmTarget = JavaVersion.VERSION_11.toString()
3430
}
35-
3631
lintOptions {
3732
abortOnError false
3833
}
@@ -56,14 +51,8 @@ afterEvaluate {
5651
publications {
5752
release(MavenPublication) {
5853
from components.release
59-
groupId = 'com.omarshehe.forminputs'
60-
artifactId = 'alpha'
61-
version = '1.0.6'
62-
}
63-
debug(MavenPublication) {
64-
from components.debug
65-
groupId = 'com.omarshehe.forminputs'
66-
artifactId = 'alpha-debug'
54+
groupId = 'com.omarshehe'
55+
artifactId = 'forminputs'
6756
version = '1.0.6'
6857
}
6958
}

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jdk:
22
- openjdk11
33
install:
4-
- ./gradlew build :forminputkotlin:publishToMavenLocal
4+
- ./gradlew build publishToMavenLocal

0 commit comments

Comments
 (0)