@@ -5,7 +5,7 @@ buildscript {
55 google()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:4.0.2 '
8+ classpath ' com.android.tools.build:gradle:4.1.0 '
99 }
1010}
1111
@@ -23,10 +23,10 @@ dependencies {
2323 implementation ' androidx.multidex:multidex:2.0.1'
2424 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
2525 implementation ' androidx.appcompat:appcompat:1.2.0'
26- implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
27- implementation ' com.google.android.material:material:1.3.0-alpha02 '
26+ implementation ' androidx.constraintlayout:constraintlayout:2.0.4 '
27+ implementation ' com.google.android.material:material:1.3.0-alpha03 '
2828 implementation ' org.thoughtcrime.ssl.pinning:AndroidPinning:1.0.0'
29- implementation ' com.google.android.gms:play-services-location:17.0 .0'
29+ implementation ' com.google.android.gms:play-services-location:17.1 .0'
3030 implementation ' joda-time:joda-time:2.10.6'
3131 implementation ' com.google.guava:guava:29.0-jre'
3232 implementation ' androidx.lifecycle:lifecycle-extensions:2.2.0'
@@ -53,7 +53,7 @@ android {
5353 targetSdkVersion 29
5454 // noinspection HighAppVersionCode
5555 versionCode 1
56- versionName " DEV-PRE "
56+ versionName " 0.0.1 "
5757 multiDexEnabled true
5858 }
5959
@@ -75,21 +75,6 @@ android {
7575 storeFile file(" ${ System.properties['user.home']} " + " /.android/debug.keystore" )
7676 }
7777
78- /* note: To build a signed version of NetHunter:
79- 1. Put your keystore in ~/.android/release-keystore and set up a key "NetHunter"
80- 2. set KEYSTORE_PASSWORD and KEY_PASSWORD environment variables before running gradle. this
81- can be done easily by adding them to .bashrc
82- (or change the below values, hard-coding or whatever...)
83- 3. Don't forget to create a proguard.cfg file. You can find a sample one in the sdk or
84- point to it directly.
85- release {
86- storePassword System.getenv("KEYSTORE_PASSWORD")
87- storeFile file("${System.properties['user.home']}" + "/.android/release.keystore")
88- keyAlias "NetHunter"
89- keyPassword System.getenv("KEY_PASSWORD")
90-
91- }
92- */
9378 }
9479
9580 buildTypes {
0 commit comments