mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-13 06:00:46 +02:00
[Gradle] Fix compilation issues in latest Android Studio.
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
package im.wangchao.mhttp.internal;
|
||||
|
||||
import im.wangchao.mhttp.BuildConfig;
|
||||
|
||||
/**
|
||||
* <p>Description : Version.</p>
|
||||
* <p>Author : wangchao.</p>
|
||||
@ -14,7 +12,7 @@ public class Version {
|
||||
}
|
||||
|
||||
public static String userAgent() {
|
||||
return moduleName().concat(BuildConfig.VERSION_NAME);
|
||||
return moduleName().concat("1.10.1");
|
||||
}
|
||||
|
||||
public static String moduleName() {
|
||||
|
Reference in New Issue
Block a user