Skip to content

Commit

Permalink
Update varios packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Oct 20, 2023
1 parent 9c049ec commit d8b103d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
app
doc
gen
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:8.1.2'
classpath 'com.github.bjoernq:unmockplugin:0.7.9'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:8.1.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
# org.gradle.parallel=true
org.gradle.jvmargs=-Xms512m -Xmx2048m -XX\:MaxPermSize\=1g -XX\:MaxMetaspaceSize\=1g
android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
2 changes: 1 addition & 1 deletion 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-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"test": "./gradlew testServerDebugUnitTest"
},
"devDependencies": {
"@appium/eslint-config-appium": "^6.0.0",
"@appium/eslint-config-appium": "^8.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"android-apidemos": "^4.0.0",
"appium-adb": "^11.0.1",
"bluebird": "^3.7.2",
"conventional-changelog-conventionalcommits": "^7.0.1",
"fancy-log": "^2.0.0",
"eslint": "^7.32.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-promise": "^6.0.0",
"semantic-release": "^22.0.5",
Expand Down

0 comments on commit d8b103d

Please sign in to comment.