Skip to content

Commit cc65836

Browse files
committed
update plugin version and migration to Paper 2.7.1
1 parent 97e2410 commit cc65836

File tree

6 files changed

+10
-25
lines changed

6 files changed

+10
-25
lines changed

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

-14
This file was deleted.

.idea/runConfigurations.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.4.0'
4+
ext.kotlin_version = '1.5.10'
55
repositories {
66
google()
77
mavenCentral()
8-
jcenter()
98
}
109
dependencies {
11-
classpath 'com.android.tools.build:gradle:4.0.1'
10+
classpath 'com.android.tools.build:gradle:4.2.1'
1211
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1312

1413
// NOTE: Do not place your application dependencies here; they belong
@@ -20,7 +19,6 @@ allprojects {
2019
repositories {
2120
google()
2221
mavenCentral()
23-
jcenter()
2422
}
2523
}
2624

gradle/wrapper/gradle-wrapper.properties

+1-1
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-6.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip

printooth/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ android {
4747
}
4848

4949
dependencies {
50-
implementation 'androidx.appcompat:appcompat:1.2.0'
51-
testImplementation 'junit:junit:4.12'
52-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
53-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
50+
implementation 'androidx.appcompat:appcompat:1.3.0'
51+
testImplementation 'junit:junit:4.13.2'
52+
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
53+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
5454
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
55-
implementation 'io.paperdb:paperdb:2.6'
55+
implementation 'io.github.pilgr:paperdb:2.7.1'
5656
//Runtime permissions
5757
implementation 'com.afollestad.assent:core:3.0.0-RC4'
5858
implementation 'com.android.support:design:29.0.0'

0 commit comments

Comments
 (0)