Skip to content

Commit e2c1bbe

Browse files
committed
update project files for latest android changes
1 parent d47fb53 commit e2c1bbe

6 files changed

Lines changed: 6 additions & 4 deletions

File tree

androidplot-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ android {
7777
lint {
7878
abortOnError false
7979
}
80+
namespace 'com.androidplot'
8081

8182
}
8283

androidplot-core/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
<!-- This file has been intentionally left empty; values should be
1818
set 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>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

demoapp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ android {
7878
lint {
7979
abortOnError false
8080
}
81+
namespace 'com.androidplot.demos'
8182

8283
}
8384

demoapp/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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"/>

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)