File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ android {
2323 }
2424 }
2525 ndkVersion ' 21.1.6352462'
26+ namespace ' cn.settile.fanboxviewer'
2627}
2728
2829dependencies {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- xmlns : tools =" http://schemas.android.com/tools"
4- package =" cn.settile.fanboxviewer" >
3+ xmlns : tools =" http://schemas.android.com/tools" >
54
65 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
76 <uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change 44
55buildscript {
66
7- ext. kotlin_version = " 1.4.30 "
7+ ext. kotlin_version = ' 1.6.21 '
88 repositories {
99 google()
1010 jcenter()
@@ -13,8 +13,7 @@ buildscript {
1313 dependencies {
1414 def nav_version = ' 2.4.1'
1515 classpath " androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version "
16-
17- classpath ' com.android.tools.build:gradle:7.1.3'
16+ classpath ' com.android.tools.build:gradle:7.3.1'
1817 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1918 // NOTE: Do not place your application dependencies here; they belong
2019 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -all.zip
You can’t perform that action at this time.
0 commit comments