Skip to content

Commit

Permalink
multiple clean ups
Browse files Browse the repository at this point in the history
- upgrade gradle version for android
- upgrade gradle android plugin and kotlin plugin
- move MainActivity.kt to correct folder
- upgrade encrypted_shared_preferences and use actual version of flutter_launcher_icons
- add paperless_share_android.iml to be able to open the android project using the flutter plugin for Android Studio
  • Loading branch information
NiFNi committed Jan 8, 2022
1 parent 5750ac4 commit 73838c6
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 68 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.6.10'
repositories {
google()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
Empty file.
Loading

0 comments on commit 73838c6

Please sign in to comment.