File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext. kotlin_version = ' 1.6.0 '
3+ ext. kotlin_version = ' 1.6.10 '
44 repositories {
55 google()
66 mavenCentral()
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 11jdk :
22 - openjdk11
33install :
4- - ./gradlew build :forminputkotlin: publishToMavenLocal
4+ - ./gradlew build publishToMavenLocal
You can’t perform that action at this time.
0 commit comments