File tree Expand file tree Collapse file tree 6 files changed +18
-7
lines changed
Expand file tree Collapse file tree 6 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 google()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:7.4 .2'
8+ classpath ' com.android.tools.build:gradle:8.0 .2'
99 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1010 }
1111}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ dependencies {
88}
99
1010android {
11+ namespace ' com.github.zagum.switchicon.sample'
12+
1113 compileSdkVersion rootProject. ext. compileSdkVersion
1214 buildToolsVersion rootProject. ext. buildToolsVersion
1315
@@ -21,11 +23,12 @@ android {
2123 vectorDrawables. useSupportLibrary = true
2224 }
2325 compileOptions {
24- sourceCompatibility 1.8
25- targetCompatibility 1.8
26+ sourceCompatibility 17
27+ targetCompatibility 17
2628 }
2729 buildFeatures {
2830 viewBinding true
31+ buildConfig = true
2932 }
3033}
3134repositories {
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- xmlns : tools =" http://schemas.android.com/tools"
3- package =" com.github.zagum.switchicon.sample" >
2+ xmlns : tools =" http://schemas.android.com/tools" >
43
54 <application
65 android : allowBackup =" false"
Original file line number Diff line number Diff line change @@ -7,12 +7,21 @@ dependencies {
77}
88
99android {
10+ namespace ' com.github.zagum.switchicon'
11+
1012 compileSdkVersion rootProject. ext. compileSdkVersion
1113 buildToolsVersion rootProject. ext. buildToolsVersion
1214
1315 defaultConfig {
1416 minSdkVersion rootProject. ext. minSdkVersion
1517 }
18+ compileOptions {
19+ sourceCompatibility 17
20+ targetCompatibility 17
21+ }
22+ buildFeatures {
23+ buildConfig = true
24+ }
1625}
1726repositories {
1827 mavenCentral()
Original file line number Diff line number Diff line change 1- <manifest package = " com.github.zagum.switchicon " >
1+ <manifest >
22
33 <application />
44
You can’t perform that action at this time.
0 commit comments