File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ android {
7777 lint {
7878 abortOnError false
7979 }
80+ namespace ' com.androidplot'
8081
8182}
8283
Original file line number Diff line number Diff line change 1616
1717<!-- This file has been intentionally left empty; values should be
1818set in android.defaultConfig in build.gradle wherever possible.-->
19- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package = " com.androidplot " >
19+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
2020</manifest >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ buildscript {
3232 }
3333
3434 dependencies {
35- classpath ' com.android.tools.build:gradle:7.2.1 '
35+ classpath ' com.android.tools.build:gradle:7.4.2 '
3636 classpath ' com.dicedmelon.gradle:jacoco-android:0.1.5'
3737 }
3838}
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ android {
7878 lint {
7979 abortOnError false
8080 }
81+ namespace ' com.androidplot.demos'
8182
8283}
8384
Original file line number Diff line number Diff line change 1515 ~ limitations under the License.
1616 -->
1717
18- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package = " com.androidplot.demos " >
18+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
1919
2020 <!-- Used by Crittercism to report crashes -->
2121 <uses-permission android : name =" android.permission.INTERNET" />
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.3.3 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -all.zip
You can’t perform that action at this time.
0 commit comments